1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Further builds up SConstruct, correcting many missed imports and a couple of improper uses of C99 in C++ code.

This commit is contained in:
Thomas Harte
2017-11-09 22:04:49 -05:00
parent 62218e81bf
commit c0055a5a5f
21 changed files with 106 additions and 30 deletions
+2
View File
@@ -9,6 +9,8 @@
#ifndef KeyboardMachine_h
#define KeyboardMachine_h
#include <cstdint>
#include "../Inputs/Keyboard.hpp"
namespace KeyboardMachine {