ソースを参照

remove unused file

Kolja Strohm 3 年 前
コミット
b9416bce67
1 ファイル変更0 行追加10 行削除
  1. 0 10
      ksgScript/.h

+ 0 - 10
ksgScript/.h

@@ -1,10 +0,0 @@
-#pragma once
-
-#include "KSGScript.h"
-
-using namespace KSGScript;
-
-class KSGSExpressionEvaluatorImpl : public KSGSExpressionEvaluator
-{
-
-};