Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
version.hpp File Reference

Go to the source code of this file.

Macros

#define FD_VERSION_A   0
 
#define FD_VERSION_B   0
 
#define FD_VERSION_C   1
 
#define FD_REVISION   1
 
#define xstr(x)   str(x)
 
#define str(x)   #x
 
#define FDVERSION
 

Macro Definition Documentation

#define FD_REVISION   1
#define FD_VERSION_A   0
#define FD_VERSION_B   0
#define FD_VERSION_C   1
#define FDVERSION
Value:
L"" \
xstr(FD_VERSION_A) \
L"." \
xstr(FD_VERSION_B) \
L"." \
xstr(FD_VERSION_C) \
L" (rev. " \
xstr(FD_REVISION) \
L")"
#define str (   x)    #x
#define xstr (   x)    str(x)