mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
7fd7d0c1f3
* 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 */
|