axmol/templates/cpp-template-default/Source
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
..
AppDelegate.cpp Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
AppDelegate.h Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
HelloWorldScene.cpp Fix: error C2360: initialization of 't' is skipped by 'case' label (#1146) 2023-03-30 21:41:44 +08:00
HelloWorldScene.h improve cpp template (add more event handler) (#1118) 2023-03-14 15:25:12 +08:00