[add] Added ContextBuilderInterface and Replaced Context from struct to class.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user