From 410a072c3862481f729c293402ddd49c5ae98769 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 24 Jun 2021 13:49:23 -0400 Subject: (mkosarek) Decent enough discussion of 2d rotational forces --- transpiler/replacer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'transpiler/replacer.cpp') diff --git a/transpiler/replacer.cpp b/transpiler/replacer.cpp index 0225f92..3f48089 100644 --- a/transpiler/replacer.cpp +++ b/transpiler/replacer.cpp @@ -3,7 +3,7 @@ #include const char* keywords[] = { - "cosnt", "struct", "static" + "cosnt", "struct", "static", "return" }; const char* types[] = { @@ -14,7 +14,7 @@ const char* types[] = { "double", "bool", "Vector2", "Vector3", "Vector4", - "struct", "class" + "struct", "class", "static", "return", "const" }; const char* commentType = "//"; -- cgit v1.2.1