mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-14 13:34:52 -04:00
ac6b191dc1
* new system for handling vtables * commented out non-matching JKRDisposer::~JKDisposer() * removed artificial vtables and matched simple virtual-call functions * better text on nonmatching functions * reverted asmdiff.sh * attempt 2 * Spelling * banner and .gitignore for vtable artifacts * move virtual function to the correct class * remove unnecessary casts
17 lines
141 B
Plaintext
17 lines
141 B
Plaintext
# Compiler binaries
|
|
mwcc_compiler/
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.o
|
|
*.elf
|
|
*.map
|
|
*.dol
|
|
vtable.lcf
|
|
|
|
# Temporary files
|
|
*.swp
|
|
*.dump
|
|
|
|
# IDE
|
|
.vscode/ |