mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -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 |