mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
Rename Wowser to Wowee throughout codebase
Update application name in startup logs and window title.
This commit is contained in:
parent
a8cf17e7e5
commit
a97ebfbc60
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ namespace wowee {
|
||||||
namespace core {
|
namespace core {
|
||||||
|
|
||||||
struct WindowConfig {
|
struct WindowConfig {
|
||||||
std::string title = "Wowser Native";
|
std::string title = "Wowee Native";
|
||||||
int width = 1920;
|
int width = 1920;
|
||||||
int height = 1080;
|
int height = 1080;
|
||||||
bool fullscreen = false;
|
bool fullscreen = false;
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ Application::~Application() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Application::initialize() {
|
bool Application::initialize() {
|
||||||
LOG_INFO("Initializing Wowser Native Client");
|
LOG_INFO("Initializing Wowee Native Client");
|
||||||
|
|
||||||
// Create window
|
// Create window
|
||||||
WindowConfig windowConfig;
|
WindowConfig windowConfig;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
int main(int argc, char* argv[]) {
|
int main(int argc, char* argv[]) {
|
||||||
try {
|
try {
|
||||||
wowee::core::Logger::getInstance().setLogLevel(wowee::core::LogLevel::DEBUG);
|
wowee::core::Logger::getInstance().setLogLevel(wowee::core::LogLevel::DEBUG);
|
||||||
LOG_INFO("=== Wowser Native Client ===");
|
LOG_INFO("=== Wowee Native Client ===");
|
||||||
LOG_INFO("Starting application...");
|
LOG_INFO("Starting application...");
|
||||||
|
|
||||||
wowee::core::Application app;
|
wowee::core::Application app;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue