Air Labyrinth v0.1
This commit is contained in:
9
vgm/apps/air_labyrinth/game.h
Normal file
9
vgm/apps/air_labyrinth/game.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "engine/engine.h"
|
||||
#include "engine/sensors/imu.h"
|
||||
|
||||
typedef struct {
|
||||
Imu* imu;
|
||||
bool imu_present;
|
||||
uint32_t score;
|
||||
} GameContext;
|
||||
Reference in New Issue
Block a user