mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
8 lines
108 B
C
8 lines
108 B
C
|
|
#ifndef __MIYA_H__
|
|
#define __MIYA_H__
|
|
|
|
typedef void (*global_func_p)( void);
|
|
|
|
#endif /*__MIYA_H__*/
|