checkin everything to test build on windows
This commit is contained in:
parent
875b0b2f88
commit
b1f5d882f0
16 changed files with 250 additions and 0 deletions
22
src/Game.cpp
Normal file
22
src/Game.cpp
Normal file
|
@ -0,0 +1,22 @@
|
|||
// SPDX-FileCopyrightText: 2025 <copyright holder> <email>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "Game.h"
|
||||
#include <SDL3/SDL_assert.h>
|
||||
#include <SDL3/SDL_log.h>
|
||||
#include <iostream>
|
||||
|
||||
Game::Game()
|
||||
{
|
||||
SDL_assert(1< 0);
|
||||
|
||||
int i = 7;
|
||||
i++;
|
||||
//std::cout << i << std::endl;
|
||||
}
|
||||
|
||||
Game::~Game()
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue