mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
f9380b3e05
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
8 lines
110 B
C
8 lines
110 B
C
#ifndef JASREPORT_H
|
|
#define JASREPORT_H
|
|
|
|
|
|
void JASReport(const char* message, ...);
|
|
|
|
#endif /* JASREPORT_H */
|