From 5270088f730a7e30155a642dcd5c4e9a80055d7a Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sun, 8 May 2022 01:35:55 +1000 Subject: 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5529293..dbfb8f5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit