diff options
author | Nicholas Tay <nick@windblume.net> | 2022-05-10 00:40:10 +1000 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-05-10 00:47:38 +1000 |
commit | 6a1e6a7d6b6a3d987f2fccb3c06f4f5da071f504 (patch) | |
tree | 3899a31897c01323fb5d896b08412aa45e939885 /boards.h | |
parent | 5270088f730a7e30155a642dcd5c4e9a80055d7a (diff) | |
download | clak-6a1e6a7d6b6a3d987f2fccb3c06f4f5da071f504.tar.gz clak-6a1e6a7d6b6a3d987f2fccb3c06f4f5da071f504.tar.bz2 clak-6a1e6a7d6b6a3d987f2fccb3c06f4f5da071f504.zip |
Dynamic load boards as DLL (windows only for now)
The .h files are pretty weird, should look at other C projects to see
how they load plugins. This function pointer business with typedefs is
kinda weird, not sure where they should live.
Diffstat (limited to '')
-rw-r--r-- | boards.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/boards.h b/boards.h deleted file mode 100644 index 9090570..0000000 --- a/boards.h +++ /dev/null @@ -1,6 +0,0 @@ -#include "board/mxblue/board.h" -#include "board/quack/board.h" - -#define BOARDS \ - BOARD(mxblue) \ - BOARD(quack) |