mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 22:30:08 +01:00
7 lines
107 B
C++
7 lines
107 B
C++
#pragma once
|
|
|
|
namespace gl
|
|
{
|
|
int get_varying_register_location(std::string_view varying_register_name);
|
|
}
|