donut-decomp/include/app/EntryPoint.hpp

7 lines
119 B
C++
Raw Normal View History

2021-10-19 13:50:06 +00:00
#pragma once
namespace app {
struct EntryPoint {
static void Run(bool debug, const char *arg);
};
} // namespace app