axmol/templates/cpp-template-default
aismann 973239f8a0
Fix: error C2360: initialization of 't' is skipped by 'case' label (#1146)
* Fix: error C2360: initialization of 't' is skipped by 'case' label

case ExampleGameState::update:
        /////////////////////////////
        // Add your codes below...like....
        //
        // UpdateJoyStick();
        // UpdatePlayer();
        // UpdatePhysics();
        // ...
        int t = 10;
        break;

* Update HelloWorldScene.cpp

* Update HelloWorldScene.cpp
2023-03-30 21:41:44 +08:00
..
Content Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
Source Fix: error C2360: initialization of 't' is skipped by 'case' label (#1146) 2023-03-30 21:41:44 +08:00
proj.android Update project url in sources 2023-03-12 01:44:55 +08:00
proj.ios_mac Update ios splash images [skip ci] 2023-03-21 19:40:55 +08:00
proj.linux Update project url in sources 2023-03-12 01:44:55 +08:00
proj.win32 Update project url in sources 2023-03-12 01:44:55 +08:00
proj.winrt Update project url in sources 2023-03-12 01:44:55 +08:00
CMakeLists.txt [UWP] set VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION for all targets 2023-03-12 17:57:54 +08:00
axproj-template.json Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
run.bat.in Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00