/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ /* DO NOT EDIT ! */ #ifndef AITTT_PRIVATE_H #define AITTT_PRIVATE_H /* VERSION DEFINITIONS */ #define VER_STRING "1.0.0.1" #define VER_MAJOR 1 #define VER_MINOR 0 #define VER_RELEASE 0 #define VER_BUILD 1 #define COMPANY_NAME "Marcello Zaniboni" #define FILE_VERSION "" #define FILE_DESCRIPTION "A.I. Tic Tac Toe" #define INTERNAL_NAME "" #define LEGAL_COPYRIGHT "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License; either version 2 of the License, or (at your option) any later version." #define LEGAL_TRADEMARKS "" #define ORIGINAL_FILENAME "" #define PRODUCT_NAME "A.I. Tic Tac Toe" #define PRODUCT_VERSION "" #endif /*AITTT_PRIVATE_H*/