Commit Graph

8 Commits

Author SHA1 Message Date
Mark Langen
28f1683375 Use undefined where applicable 2023-07-16 23:29:11 -07:00
Mark Langen
655206c95c Add offset to endOfVariables 2023-07-15 20:05:20 -07:00
Mark Langen
6e4a7e6cb9 One more function 2023-07-15 19:59:15 -07:00
Mark Langen
20c7839865 Only include decomps 2023-07-15 19:06:13 -07:00
MishaProductions
fb56735fbd
[lego] Implement LegoGameState::SetSavepath (#76)
* SetSavePath 100% match

* fix naming convention
2023-07-03 10:25:37 -07:00
itsmattkc
8fa45bbe0f replace shorts with MxS16/MxU16/undefined2 2023-07-02 02:07:11 -07:00
MattKC
e16249b672
Define MxLong/MxULong (#71)
* define MxLong/MxULong

The "long" type has different sizes on different platforms, and this may cause issues.

* use DWORD to match RegQueryValueExA arg
2023-07-02 01:05:49 -07:00
itsmattkc
4c9e138cbf implement all DLL exports (as TODOs)
Now we can use our own compiled LEGO1.LIB rather than one generated from the original. Also implements a script that tests them to help ensure future commits don't break them.
2023-06-30 11:34:39 -07:00