mirror of
https://github.com/encounter/boo2.git
synced 2026-03-30 11:03:46 -07:00
9 lines
119 B
C++
9 lines
119 B
C++
#include "boo2/boo2.hpp"
|
|
|
|
namespace boo2 {
|
|
|
|
std::vector<SystemString> Args;
|
|
SystemString AppName;
|
|
|
|
} // namespace boo2
|