h2-mod/src/client/component/images.hpp

7 lines
95 B
C++
Raw Normal View History

2021-08-23 11:11:45 -04:00
#pragma once
namespace images
{
void override_texture(std::string name, std::string data);
}