mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 13:10:11 +00:00
9 lines
97 B
C
9 lines
97 B
C
#ifndef GUARD_INIT_H
|
|
#define GUARD_INIT_H
|
|
|
|
#include "global.h"
|
|
|
|
void sub_080001CC(void);
|
|
|
|
#endif
|