mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-14 09:10:25 +00:00
11 lines
73 B
C
11 lines
73 B
C
#ifndef A_H
|
|
#define A_H
|
|
|
|
void a();
|
|
|
|
#ifdef DEF
|
|
int def;
|
|
#endif
|
|
|
|
#endif
|