Replace uses of strcpy() and sprintf()

This commit is contained in:
Cameron Gutman
2023-09-23 11:15:21 -04:00
parent e1e3d8e710
commit f7bb4611e9
5 changed files with 87 additions and 46 deletions
+2
View File
@@ -29,6 +29,8 @@ public:
bool isOverlayEnabled(OverlayType type);
char* getOverlayText(OverlayType type);
void updateOverlayText(OverlayType type, const char* text);
int getOverlayMaxTextLength();
void setOverlayTextUpdated(OverlayType type);
void setOverlayState(OverlayType type, bool enabled);
SDL_Color getOverlayColor(OverlayType type);