Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

sgnotes.cpp

Go to the documentation of this file.
00001 /** @page sgnotes Notes for the SmartGame Library
00002 
00003 @section sgnotessystem System Header
00004 
00005 SgSystem.h includes platform-dependent macros and should be included
00006 as the first in every cpp-file, but not in any header file.
00007 
00008 @section sgnotesinit Initialization
00009 
00010 SgInit() / SgFini() must be called before / after using any classes to
00011 initialize global variables (however it is deprecated to use global or
00012 class static variables in newly written code).
00013 
00014 */
00015 


17 Jun 2010 Doxygen 1.4.7