mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 14:41:33 -04:00
f9380b3e05
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
10 lines
134 B
C
10 lines
134 B
C
#ifndef C_API_H
|
|
#define C_API_H
|
|
|
|
|
|
typedef void (*cAPIGph_Mthd)(void);
|
|
|
|
extern cAPIGph_Mthd g_cAPI_Interface[6];
|
|
|
|
#endif /* C_API_H */
|