Files
oboe/Blades of Exile Char Editor/Blades_of_Exile_Character_Editor_private.h
Chokboyz 357520d4ee Initial Win32 Character Editor import
git-svn-id: http://openexile.googlecode.com/svn/trunk@21 4ebdad44-0ea0-11de-aab3-ff745001d230
2009-04-17 23:27:04 +00:00

24 lines
653 B
C

/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
/* DO NOT EDIT ! */
#ifndef BLADES_OF_EXILE_CHARACTER_EDITOR_PRIVATE_H
#define BLADES_OF_EXILE_CHARACTER_EDITOR_PRIVATE_H
/* VERSION DEFINITIONS */
#define VER_STRING "0.1.1.1"
#define VER_MAJOR 0
#define VER_MINOR 1
#define VER_RELEASE 1
#define VER_BUILD 1
#define COMPANY_NAME ""
#define FILE_VERSION ""
#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 ""
#endif /*BLADES_OF_EXILE_CHARACTER_EDITOR_PRIVATE_H*/