summaryrefslogtreecommitdiff
path: root/s_lang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 's_lang.cpp')
-rw-r--r--s_lang.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/s_lang.cpp b/s_lang.cpp
deleted file mode 100644
index 41c2089..0000000
--- a/s_lang.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef GCON_CXX
-#define GCON_CXX
-
-#include "s_lang.h"
-
-using namespace std;
-
-lang* s_lang::obj;
-
-#endif