summaryrefslogtreecommitdiff
path: root/nfcommander.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfcommander.h')
-rw-r--r--nfcommander.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/nfcommander.h b/nfcommander.h
new file mode 100644
index 0000000..dbab99f
--- /dev/null
+++ b/nfcommander.h
@@ -0,0 +1,8 @@
+#include <stdlib.h>
+#include <stdint.h>
+#include <inttypes.h>
+
+#ifndef NFCOMMANDER_VERSION
+ #define NFCOMMANDER_VERSION "v0.1-dev"
+#endif
+