source: Daodan/src/Oni_Symbols.S@ 323

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

DDrPlatform_Initialize

File size: 1.2 KB
Line 
1#define symbol(name, value) .global name; .set name, 0x00400000 + value
2
3// MSVC6.0 stdlib
4symbol ( _oni_malloc , 0x0011fc24 )
5symbol ( _oni_free , 0x0011fbf5 )
6
7symbol ( _oni_fopen , 0x0011ea9f )
8symbol ( _oni_fflush , 0x0011eab2 )
9symbol ( _oni_fprintf , 0x0011ebbf )
10symbol ( _oni_vsprintf , 0x0011e860 )
11
12// Oni Engine
13symbol ( _ONiMain , 0x000d3280 )
14symbol ( @ONrPlatform_Initialize@4 , 0x0010f670 )
15symbol ( _ONrPlatform_WindowProc@16 , 0x0010f7a0 )
16
17symbol ( _g_Instance , 0x0021f9e4 )
18
19// BFW_Utility
20symbol ( _UUrStartupMessage , 0x00024860 )
21symbol ( @UUrMachineTime_High@0 , 0x00026480 )
22symbol ( @UUrMachineTime_High_Frequency@0 , 0x000264b0 )
23symbol ( @UUrMachineTime_Sixtieths@0 , 0x000263e0 )
24symbol ( _ONgFileStartup , 0x001711b8 )
25
26symbol ( @UUrPlatform_Initialize@0 , 0x00026010 )
27symbol ( @UUrPlatform_Terminate@0 , 0x00026310 )
28
29// OpenGL
30symbol ( @gl_enumerate_valid_display_modes@4 , 0x000083a0 )
Note: See TracBrowser for help on using the repository browser.