mirror of
https://github.com/brues-code/nampower.git
synced 2026-09-22 15:36:56 +00:00
7 lines
104 B
C++
7 lines
104 B
C++
|
|
#include <logging.hpp>
|
|
|
|
namespace Nampower {
|
|
std::ofstream debugLogFile;
|
|
uint32_t gStartTime;
|
|
} |