source: Daodan/src/Oni_Symbols.S@ 273

Last change on this file since 273 was 273, checked in by rossy, 16 years ago

DDrMain

File size: 411 bytes
Line 
1#define symbol(name, value) .global name; .set name, 0x00400000 + value
2
3// MSVC6.0 stdlib
4symbol ( _oni_fopen , 0x0011ea9f )
5symbol ( _oni_fprintf , 0x0011ebbf )
6symbol ( _oni_fflush , 0x0011eab2 )
7
8// Oni Engine
9symbol ( _ONiMain , 0x000d3280 )
10
11// BFW_Utility
12symbol ( _UUrStartupMessage , 0x00024860 )
13symbol ( _ONgFileStartup , 0x001711b8 )
Note: See TracBrowser for help on using the repository browser.