donut-decomp/include/app/EntryPoint.hpp
2021-10-19 15:50:06 +02:00

7 lines
No EOL
119 B
C++

#pragma once
namespace app {
struct EntryPoint {
static void Run(bool debug, const char *arg);
};
} // namespace app