Rename Wowser to Wowee throughout codebase

Update application name in startup logs and window title.
This commit is contained in:
Kelsi 2026-02-02 23:22:58 -08:00
parent a8cf17e7e5
commit a97ebfbc60
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
int main(int argc, char* argv[]) {
try {
wowee::core::Logger::getInstance().setLogLevel(wowee::core::LogLevel::DEBUG);
LOG_INFO("=== Wowser Native Client ===");
LOG_INFO("=== Wowee Native Client ===");
LOG_INFO("Starting application...");
wowee::core::Application app;