mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 05:00:01 +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
|