diff options
author | Nicholas Tay <nick@windblume.net> | 2022-05-08 01:35:55 +1000 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-05-08 01:35:55 +1000 |
commit | 5270088f730a7e30155a642dcd5c4e9a80055d7a (patch) | |
tree | 021a97b39cfe8cb68ae6a21c353a90cb731380eb /.gitignore | |
parent | 047544a5af9100ec269e9222213385bc7794f619 (diff) | |
download | clak-5270088f730a7e30155a642dcd5c4e9a80055d7a.tar.gz clak-5270088f730a7e30155a642dcd5c4e9a80055d7a.tar.bz2 clak-5270088f730a7e30155a642dcd5c4e9a80055d7a.zip |
More messing around with plugin system
Just more attempts, but I think I'm gonna switch over to dynamic
.so/.dll loading. That would be pretty fun to check out.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ clak clak.exe board/boards.h -board/*/board.h
\ No newline at end of file +board/*/sound.h
\ No newline at end of file |