Add state.[ch]

This commit is contained in:
angt
2016-01-18 15:59:18 +01:00
parent e2b3dc1b46
commit 88f314bc75
4 changed files with 79 additions and 42 deletions

4
src/state.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
int state_init (const char *);
void state (const char *, const char *);