Added scene node structs to API

This commit is contained in:
2020-06-12 18:49:07 -07:00
parent 18a2bb5688
commit 0fc6ec1357
4 changed files with 159 additions and 14 deletions

View File

@@ -44,6 +44,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
return 1;
}
smoke_load();
while (GetMessage(&msg, NULL, 0, 0) > 0)
DispatchMessage(&msg);