mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
i previously had a bad habit of using double underscores in include guard macro names, which are implementation-reserved per the C++98 standard (see 17.4.3.1.2 Global names). Co-authored-by: Pheenoh <pheenoh@gmail.com>
6 lines
104 B
C
6 lines
104 B
C
#ifndef Z2ENVSEMGR_H_
|
|
#define Z2ENVSEMGR_H_
|
|
|
|
extern void* lbl_80450B3C; // Z2EnvSeMgr sInstance
|
|
|
|
#endif |