mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 07:37:59 -05:00
eaa935f646
* Finish LegoVariables class * Update legonavcontroller.cpp * Update legobackgroundcolor.cpp * Match functions, style, refactor visible * Use MxBool * Merge/fix --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
123 lines
1.7 KiB
C
123 lines
1.7 KiB
C
#ifdef 0
|
|
// For LEGO1 symbols only
|
|
|
|
// aka `operator new`
|
|
// LIBRARY: LEGO1 0x10086240
|
|
// ??2@YAPAXI@Z
|
|
|
|
// aka `operator delete`
|
|
// LIBRARY: LEGO1 0x10086260
|
|
// ??3@YAXPAX@Z
|
|
|
|
// LIBRARY: LEGO1 0x1008a090
|
|
// _malloc
|
|
|
|
// LIBRARY: LEGO1 0x1008a1c0
|
|
// _free
|
|
|
|
// LIBRARY: LEGO1 0x1008b020
|
|
// ___CxxFrameHandler
|
|
|
|
// LIBRARY: LEGO1 0x1008b3dc
|
|
// __CIacos
|
|
|
|
// LIBRARY: LEGO1 0x1008b400
|
|
// _atol
|
|
|
|
// LIBRARY: LEGO1 0x1008b4b0
|
|
// _atoi
|
|
|
|
// LIBRARY: LEGO1 0x1008b4c0
|
|
// _strtok
|
|
|
|
// LIBRARY: LEGO1 0x1008b5a0
|
|
// _sprintf
|
|
|
|
// LIBRARY: LEGO1 0x1008b608
|
|
// __ftol
|
|
|
|
// LIBRARY: LEGO1 0x1008b630
|
|
// _srand
|
|
|
|
// LIBRARY: LEGO1 0x1008b640
|
|
// _rand
|
|
|
|
// LIBRARY: LEGO1 0x1008b680
|
|
// _strncmp
|
|
|
|
// LIBRARY: LEGO1 0x1008b6c0
|
|
// _atof
|
|
|
|
// LIBRARY: LEGO1 0x1008b730
|
|
// _fprintf
|
|
|
|
// LIBRARY: LEGO1 0x1008b670
|
|
// __purecall
|
|
|
|
// LIBRARY: LEGO1 0x1008b780
|
|
// _fwrite
|
|
|
|
// LIBRARY: LEGO1 0x1008b950
|
|
// _fread
|
|
|
|
// LIBRARY: LEGO1 0x1008bbd0
|
|
// _fclose
|
|
|
|
// LIBRARY: LEGO1 0x1008bdd0
|
|
// _ftell
|
|
|
|
// LIBRARY: LEGO1 0x1008bff0
|
|
// _fopen
|
|
|
|
// LIBRARY: LEGO1 0x1008c010
|
|
// _strncpy
|
|
|
|
// LIBRARY: LEGO1 0x1008c110
|
|
// __strcmpi
|
|
|
|
// LIBRARY: LEGO1 0x1008c1e0
|
|
// __spawnl
|
|
|
|
// LIBRARY: LEGO1 0x1008c200
|
|
// _sscanf
|
|
|
|
// LIBRARY: LEGO1 0x1008c410
|
|
// _strlwr
|
|
|
|
// LIBRARY: LEGO1 0x1008c570
|
|
// _access
|
|
|
|
// LIBRARY: LEGO1 0x1008c5c0
|
|
// _fseek
|
|
|
|
// LIBRARY: LEGO1 0x1008c6a0
|
|
// _isdigit
|
|
|
|
// LIBRARY: LEGO1 0x1008ca60
|
|
// _abort
|
|
|
|
// LIBRARY: LEGO1 0x100977c0
|
|
// _itoa
|
|
|
|
// LIBRARY: LEGO1 0x10097b10
|
|
// _strchr
|
|
|
|
// LIBRARY: LEGO1 0x100d1ed0
|
|
// _strnicmp
|
|
|
|
// LIBRARY: LEGO1 0x100d1fd0
|
|
// _strupr
|
|
|
|
// LIBRARY: LEGO1 0x100d2130
|
|
// _vsprintf
|
|
|
|
// LIBRARY: LEGO1 0x100d21c2
|
|
// __CIpow
|
|
|
|
// LIBRARY: LEGO1 0x100d21f0
|
|
// _strstr
|
|
|
|
// LIBRARY: LEGO1 0x100d2270
|
|
// __beginthreadex
|
|
|
|
#endif
|