forked from Mirror/libstarlight
6 lines
93 B
C++
6 lines
93 B
C++
#pragma once
|
|
|
|
// set up namespace shorthand
|
|
namespace starlight {}
|
|
namespace sl = starlight;
|