mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
9 lines
119 B
C
9 lines
119 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#include "types.h"
|
|
|
|
extern char __Creator__[];
|
|
extern char __DateTime__[];
|
|
|
|
#endif |