Air Labyrinth v0.1

This commit is contained in:
Derek Jamison
2024-02-23 14:37:06 -06:00
parent 53eed82f55
commit 28eb2041c2
16 changed files with 1146 additions and 0 deletions

View 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;