mirror of
https://github.com/encounter/ac-decomp.git
synced 2026-03-30 10:57:04 -07: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 |