mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
9 lines
No EOL
180 B
C++
9 lines
No EOL
180 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
#include "PICA/shader.hpp"
|
|
#include "PICA/shader_gen_types.hpp"
|
|
|
|
namespace PICA::ShaderGen {
|
|
std::string decompileShader(PICAShader& shaderUnit);
|
|
} |