issues
search
lscharen
/
iigs-game-engine
A tile-based game engine for the Apple IIgs written in 65816 asssembly language
31
stars
1
forks
source link
Consolidated GTE header files accounting for both possible tool locations.
#17
Closed
dmalec
closed
2 years ago
dmalec
commented
2 years ago
Summary
Introduced GTE_IS_SYSTEM_TOOLS_INSTALL as a toggle for the two locations.
gte.h now routes calls based on the toggle.
LoadGTEToolSet can now handle either location based on the toggle.
Removed main.h and main.r as tool loading is now done explicitly.
Test Environment
OSX Catalina (10.15.7) w/ ORCA/C 2.2.0 B6
Summary
Test Environment