breakout/include/update.hpp
2025-12-05 10:09:21 -06:00

14 lines
145 B
C++

#pragma once
#include "state.h"
#ifdef __cplusplus
extern "C" {
#endif
void update(struct game_state * state);
#ifdef __cplusplus
}
#endif