mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
9 lines
121 B
C
9 lines
121 B
C
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
|
||
|
#ifdef VERSION_H_OUT_EXISTS
|
||
|
#include "Version.h.out"
|
||
|
#endif
|
||
|
|
||
|
#endif /* VERSION_H */
|