mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 23:28:09 +00:00
10 lines
89 B
C++
10 lines
89 B
C++
#pragma once
|
|
|
|
namespace Rml {
|
|
namespace SVG {
|
|
|
|
void Initialise();
|
|
|
|
}
|
|
} // namespace Rml
|