mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-25 07:57:04 -05:00
5 lines
78 B
C
5 lines
78 B
C
#pragma once
|
|
|
|
//Misc stuff for new menu code
|
|
typedef void (*funcPtr)(void *);
|