dep/reshadefx: Update to 7bdfb03
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
namespace reshadefx
|
||||
{
|
||||
@ -246,7 +247,7 @@ namespace reshadefx
|
||||
};
|
||||
std::string literal_as_string;
|
||||
|
||||
inline operator tokenid() const { return id; }
|
||||
operator tokenid() const { return id; }
|
||||
|
||||
static std::string id_to_name(tokenid id);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user