| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
For an application to be considered a proper "Crystal Space application", there are a few requirements. These are:
CS_IMPLEMENT_APPLICATION needs to be put in the beginning of
the file (after the includes).
main() function must be declared with the following prototype:
| int main(int argc, char const* argv[]); | 
Following these guidelines will help to ensure that your application builds and runs on all platforms supported by Crystal Space.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | 
 
  This document was generated using texi2html 1.76.