-changes in gitignore
-changed "absent" to "excluded" everywhere -added Events support: *systems are scanned by handleEvent() function *generate system callers for events *event sending have (untested) multithreaded support *EventInput structure in System has input components for event
This commit is contained in:
parent
16a5696840
commit
3bc5ff2423
8 changed files with 689 additions and 310 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
|
@ -1,17 +1,5 @@
|
|||
dub.userprefs
|
||||
dub.selections.json
|
||||
.dub
|
||||
/.vscode
|
||||
LOC
|
||||
perf.data
|
||||
perf.data.old
|
||||
*.o
|
||||
*.a
|
||||
*.obj
|
||||
*.exe
|
||||
*.lib
|
||||
*.so
|
||||
*.def
|
||||
*.lib
|
||||
*.dll
|
||||
*.exp
|
||||
*
|
||||
!source
|
||||
!tests
|
||||
!dub.json
|
||||
!.gitignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue