Use sc_ prefix for controller

This commit is contained in:
Romain Vimont
2022-01-14 22:17:30 +01:00
parent 5f7ddff8ae
commit 3a4d5c7f18
10 changed files with 75 additions and 74 deletions

View File

@@ -60,7 +60,7 @@ struct sc_screen {
};
struct sc_screen_params {
struct controller *controller;
struct sc_controller *controller;
struct sc_key_processor *kp;
struct sc_mouse_processor *mp;