mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fixes
This commit is contained in:
parent
3af7ca24ad
commit
60b237e8f9
@ -40,6 +40,21 @@
|
||||
// LIBRARY: LEGO1 0x1008b608
|
||||
// __ftol
|
||||
|
||||
// LIBRARY: LEGO1 0x1008b780
|
||||
// _fwrite
|
||||
|
||||
// LIBRARY: LEGO1 0x1008b950
|
||||
// _fread
|
||||
|
||||
// LIBRARY: LEGO1 0x1008bbd0
|
||||
// _fclose
|
||||
|
||||
// LIBRARY: LEGO1 0x1008bdd0
|
||||
// _ftell
|
||||
|
||||
// LIBRARY: LEGO1 0x1008bff0
|
||||
// _fopen
|
||||
|
||||
// LIBRARY: LEGO1 0x1008c010
|
||||
// _strncpy
|
||||
|
||||
@ -49,6 +64,12 @@
|
||||
// LIBRARY: LEGO1 0x1008c1e0
|
||||
// __spawnl
|
||||
|
||||
// LIBRARY: LEGO1 0x1008c200
|
||||
// _sscanf
|
||||
|
||||
// LIBRARY: LEGO1 0x1008c5c0
|
||||
// _fseek
|
||||
|
||||
// LIBRARY: ISLE 0x4081e0
|
||||
// _srand
|
||||
|
||||
@ -65,4 +86,7 @@
|
||||
// LIBRARY: LEGO1 0x100d1ed0
|
||||
// _strnicmp
|
||||
|
||||
// LIBRARY: LEGO1 0x100d2130
|
||||
// _vsprintf
|
||||
|
||||
#endif
|
||||
|
||||
@ -158,11 +158,15 @@ struct MxDriver {
|
||||
// List<MxDriver>::~List<MxDriver>
|
||||
|
||||
// Compiler-generated copy ctor
|
||||
// Part of this function are two more synthetic sub-routines,
|
||||
// LEGO1 0x1009c400 and LEGO1 0x1009c460
|
||||
// SYNTHETIC: LEGO1 0x1009c290
|
||||
// MxDriver::MxDriver
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1009c400
|
||||
// list<MxDevice,allocator<MxDevice> >::insert
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1009c460
|
||||
// list<MxDisplayMode,allocator<MxDisplayMode> >::insert
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1009d450
|
||||
// MxDriver::`scalar deleting destructor'
|
||||
|
||||
@ -223,4 +227,7 @@ class MxDeviceEnumerate {
|
||||
// SIZE 0x14
|
||||
class MxDeviceEnumerate100d9cc8 : public MxDeviceEnumerate {};
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1007b590
|
||||
// MxDeviceEnumerate100d9cc8::~MxDeviceEnumerate100d9cc8
|
||||
|
||||
#endif // MXDIRECT3D_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user