summaryrefslogtreecommitdiff
path: root/src/FYBA/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FYBA/stdafx.h')
-rw-r--r--src/FYBA/stdafx.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/FYBA/stdafx.h b/src/FYBA/stdafx.h
new file mode 100644
index 0000000..ddc5b6f
--- /dev/null
+++ b/src/FYBA/stdafx.h
@@ -0,0 +1,16 @@
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#pragma once
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#include <../UT/fyut.h>
+#include <../GM/fygm.h>
+
+#include "fyba.h"
+#include "fybax.h"