gamemode: fix linux build
Signed-off-by: Emi Gutekanst <emi@hexops.com>
This commit is contained in:
parent
41ddd2249f
commit
1d01c91536
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ test {
|
||||||
std.testing.refAllDeclsRecursive(@This());
|
std.testing.refAllDeclsRecursive(@This());
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const LoadError = error{MissingSymbol} || std.DynLib.Error;
|
pub const LoadError = error{ MissingSymbol, LibraryNotFound } || std.DynLib.Error;
|
||||||
pub const Error = error{ RequestFailed, RequestRejected };
|
pub const Error = error{ RequestFailed, RequestRejected };
|
||||||
|
|
||||||
pub const Status = enum(u8) {
|
pub const Status = enum(u8) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue