mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-12 01:08:13 +00:00
10 lines
92 B
C++
10 lines
92 B
C++
#pragma once
|
|
|
|
namespace Rml {
|
|
namespace Lottie {
|
|
|
|
void Initialise();
|
|
|
|
}
|
|
} // namespace Rml
|