CreateSDL_Window rename, avoid macro conflict

This commit is contained in:
Justin Scofield
2023-11-24 22:12:30 -05:00
parent 9b52934ff4
commit b147d374f6
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ class Controller : public ExperimentFlags {
void operator()(SDL_Texture *p) const { SDL_DestroyTexture(p); }
};
absl::Status CreateWindow();
absl::Status CreateSDL_Window();
absl::Status CreateRenderer();
absl::Status CreateGuiContext();
absl::Status LoadFontFamilies() const;