00001 /** @page sgnotes Notes for the SmartGame Library 00002 00003 @section sgnotessystem System Header 00004 00005 SgSystem.h includes platform-dependent macros. To ensure a consistent global 00006 definition of these macros, SgSystem.h should be included as the first include 00007 file in every cpp file, but not in any header file. 00008 00009 @section sgnotesinit Initialization 00010 00011 SgInit() / SgFini() must be called before / after using any classes to 00012 initialize global variables. */ 00013