mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
more asset preparation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef MSL_PRINTF_H
|
||||
#define MSL_PRINTF_H
|
||||
|
||||
#include "types.h"
|
||||
#include "va_args.h"
|
||||
|
||||
|
||||
void vprintf(const char*, va_list);
|
||||
void print(const char*, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user