[add] Added ContextBuilderInterface and Replaced Context from struct to class.

This commit is contained in:
2019-10-07 00:00:00 +00:00
parent b23971448b
commit 58621115e0
5 changed files with 53 additions and 33 deletions

View File

@@ -26,6 +26,7 @@ int main(string[] args) {
scope(exit) programs.destroy();
auto context = script_file.readText.CreateContextFromText(programs);
scope(exit) context.destroy();
while (true) {
sfEvent e;