engine/test/src/game.hpp

9 lines
128 B
C++
Raw Normal View History

2022-11-07 20:15:26 +00:00
#pragma once
struct GameSettings {
bool enableFrameLimiter;
bool enableValidation;
};
void playGame(GameSettings settings);