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