mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-02 01:30:03 -04:00
ebb0647e7b
Co-authored-by: roeming <roeming@users.noreply.github.com>
15 lines
212 B
C
15 lines
212 B
C
#ifndef OSATTENTION_H_
|
|
#define OSATTENTION_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif // !__cplusplus
|
|
|
|
int OSAttention(const char* c, ...);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif // !__cplusplus
|
|
|
|
#endif // !OSATTENTION_H_
|