7 lines
95 B
C++
7 lines
95 B
C++
#pragma once
|
|
|
|
namespace images
|
|
{
|
|
void override_texture(std::string name, std::string data);
|
|
}
|