Skip to content

Commit

Permalink
removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreEVEN committed Apr 2, 2021
1 parent f63a611 commit 879cb27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/SuperPacker/Private/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#include <windows.h>

#include "logger.h"
//int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
int main(int argc, char** argv)
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
//int main(int argc, char** argv)
{
std::filesystem::current_path(std::filesystem::path(argv[0]).parent_path());
std::filesystem::current_path(std::filesystem::path(__argv[0]).parent_path());

OpenGLContext::Init();

Expand Down

0 comments on commit 879cb27

Please sign in to comment.