mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
9 lines
289 B
C
9 lines
289 B
C
#ifndef _JSYSTEM_JUT_JUTDBPRINT_H
|
|
#define _JSYSTEM_JUT_JUTDBPRINT_H
|
|
|
|
void* JC_JUTDbPrint_getManager(void);
|
|
void JC_JUTDbPrint_setVisible(void*, int); // I know these are C++ but these were used to match a c function so I'll fix these when I need them or fix zurumode update.
|
|
|
|
|
|
|
|
#endif |