mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 16:35:26 -04:00
f9380b3e05
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
8 lines
146 B
C
8 lines
146 B
C
#ifndef METROTRK_PORTABLE_MAINLOOP_H
|
|
#define METROTRK_PORTABLE_MAINLOOP_H
|
|
|
|
|
|
void TRKNubMainLoop(void);
|
|
|
|
#endif /* METROTRK_PORTABLE_MAINLOOP_H */
|