Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
general.hpp
Go to the documentation of this file.
1 #ifndef GENERAL_H
2 #define GENERAL_H
3 
4 #define TRUE 1
5 #define FALSE 0
6 
7 typedef int boolean ;
8 
9 #endif //GENERAL_H
10 
int boolean
Definition: vinci.h:183