The SGADE Documentation

the SGADE The Socrates Gameboy Advance Development Engine

The SGADE is a development library for the Nintendo Gameboy Advance. It's free for all uses and is distributed without guarantees. For more information visit the SGADE page.


Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

SoAssembly.h

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------------
00014 // ----------------------------------------------------------------------------
00015 
00016 #ifndef SO_ASSEMBLY_H
00017 #define SO_ASSEMBLY_H
00018 
00019 #ifdef __cplusplus
00020     extern "C" {
00021 #endif
00022 
00023 // ---------------------------------------------------------------------------- //! @{
00034 // ----------------------------------------------------------------------------
00035 
00036 // ----------------------------------------------------------------------------
00037 // EOF
00038 // ----------------------------------------------------------------------------
00039 
00041 
00042 #ifdef __cplusplus
00043 } // extern "C"
00044 #endif
00045 
00046 #endif

Copyright 2002 by the SGADE authors. See SoLicense.h or Visit the SGADE page for more information.