14 lines
145 B
C++
14 lines
145 B
C++
#pragma once
|
|
|
|
#include "state.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void update(struct game_state * state);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|