Use sc_ prefix for input_manager

This commit is contained in:
Romain Vimont
2022-01-14 22:17:30 +01:00
parent 2a0c2e5e99
commit 5f7ddff8ae
4 changed files with 32 additions and 32 deletions

View File

@@ -24,7 +24,7 @@ struct sc_screen {
bool open; // track the open/close state to assert correct behavior
#endif
struct input_manager im;
struct sc_input_manager im;
struct sc_video_buffer vb;
struct fps_counter fps_counter;