summaryrefslogtreecommitdiff
path: root/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'state.c')
-rw-r--r--state.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/state.c b/state.c
new file mode 100644
index 0000000..bc0861b
--- /dev/null
+++ b/state.c
@@ -0,0 +1,5 @@
+#include "state.h"
+
+State state_new() {
+ return (State){ 0 };
+}