Etterna 0.74.4
Loading...
Searching...
No Matches
DirectXHelpers.h
1#ifndef DIRECTX_HELPERS_H
2#define DIRECTX_HELPERS_H
3
4std::string
5hr_ssprintf(int hr, const char* fmt, ...);
6
7#endif