mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-05-30 11:11:37 +00:00
10 lines
111 B
C++
10 lines
111 B
C++
#ifndef ANIMUTIL_H
|
|
#define ANIMUTIL_H
|
|
|
|
namespace AnimUtil
|
|
{
|
|
float SecondsMod900();
|
|
}
|
|
|
|
#endif // ANIMUTIL_H
|