Files
boo2/lib/ApplicationCommon.cpp
2020-04-21 20:01:00 -10:00

9 lines
119 B
C++

#include "boo2/boo2.hpp"
namespace boo2 {
std::vector<SystemString> Args;
SystemString AppName;
} // namespace boo2