mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 08:40:28 +01:00
8 lines
144 B
C++
8 lines
144 B
C++
#pragma once
|
|
|
|
#include "../Common/ShaderParam.h"
|
|
#include "../Common/GLSLCommon.h"
|
|
#include <ostream>
|
|
|
|
std::string getFunctionImpl(FUNCTION f);
|