mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 03:45:31 +00:00
Added apiversion support
This commit is contained in:
parent
5298aff14d
commit
5ab8b451c9
|
@ -12,8 +12,8 @@ namespace Bind
|
||||||
{
|
{
|
||||||
interface ISpecReader
|
interface ISpecReader
|
||||||
{
|
{
|
||||||
void ReadDelegates(string file, DelegateCollection delegates, string apiname);
|
void ReadDelegates(string file, DelegateCollection delegates, string apiname, string apiversion);
|
||||||
void ReadEnums(string file, EnumCollection enums, string apiname);
|
void ReadEnums(string file, EnumCollection enums, string apiname, string apiversion);
|
||||||
Dictionary<string, string> ReadTypeMap(string file);
|
Dictionary<string, string> ReadTypeMap(string file);
|
||||||
Dictionary<string, string> ReadCSTypeMap(string file);
|
Dictionary<string, string> ReadCSTypeMap(string file);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue