mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-16 03:18:43 +00:00
initial game
This commit is contained in:
parent
4570d6e593
commit
adabb50a9e
10 changed files with 200 additions and 132 deletions
9
include/World.hpp
Normal file
9
include/World.hpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "Vec.hpp"
|
||||
|
||||
struct World {
|
||||
float game_time = {};
|
||||
Veci prev_cursor = {};
|
||||
Veci cursor = {};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue