This commit is contained in:
2019-03-15 20:12:51 +08:00
parent 81ef5697f2
commit 75482b665d
30 changed files with 3562 additions and 1 deletions

23
Greedy_Snake_private.h Normal file
View File

@ -0,0 +1,23 @@
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
/* DO NOT EDIT ! */
#ifndef GREEDY_SNAKE_PRIVATE_H
#define GREEDY_SNAKE_PRIVATE_H
/* VERSION DEFINITIONS */
#define VER_STRING "1.0.0.0"
#define VER_MAJOR 1
#define VER_MINOR 0
#define VER_RELEASE 0
#define VER_BUILD 0
#define COMPANY_NAME ""
#define FILE_VERSION "1.0.0.0"
#define FILE_DESCRIPTION "Developed using the Dev-C++ IDE"
#define INTERNAL_NAME ""
#define LEGAL_COPYRIGHT ""
#define LEGAL_TRADEMARKS ""
#define ORIGINAL_FILENAME ""
#define PRODUCT_NAME ""
#define PRODUCT_VERSION "1.0.0.0"
#endif /*GREEDY_SNAKE_PRIVATE_H*/