ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
_Version.h
Revision:
1008
Committed:
Mon Aug 25 23:21:09 2014 UTC
(11 years, 1 month ago) by
alloc
Content type:
text/x-chdr
File size:
280 byte(s)
Log Message:
Daodan 3.9: Added AI awareness patch (fixes #36)
File Contents
#
Content
1
#ifndef _VERSION_H
2
#define _VERSION_H
3
4
#define STRINGIZE2(s) #s
5
#define STRINGIZE(s) STRINGIZE2(s)
6
7
#define DAODAN_VERSION_MAJOR 3
8
#define DAODAN_VERSION_MINOR 9
9
#define DAODAN_VERSION_STRING STRINGIZE(DAODAN_VERSION_MAJOR) "." STRINGIZE(DAODAN_VERSION_MINOR)
10
11
#endif