mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
Missed yet another spot...
This commit is contained in:
parent
448a767ba2
commit
c0a6f52ea9
2
rewind.h
2
rewind.h
@ -28,6 +28,6 @@ void state_manager_free(state_manager_t *state);
|
||||
bool state_manager_pop(state_manager_t *state, void **data);
|
||||
void *state_manager_push_where(state_manager_t *state);
|
||||
bool state_manager_push_do(state_manager_t *state);
|
||||
void state_manager_capacity(state_manager_t *state, unsigned int * entries, size_t * bytes, bool * full);
|
||||
void state_manager_capacity(state_manager_t *state, unsigned int *entries, size_t *bytes, bool *full);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user