mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
parent
1a12653fc2
commit
67fe3a6f29
|
@ -8,7 +8,7 @@ pub enum Error {
|
||||||
MenusNotSupported,
|
MenusNotSupported,
|
||||||
/// Menu already exists
|
/// Menu already exists
|
||||||
MenuExists(String),
|
MenuExists(String),
|
||||||
/// Menu already exists
|
/// Failed to create window
|
||||||
WindowCreate(String),
|
WindowCreate(String),
|
||||||
/// Unable to Update
|
/// Unable to Update
|
||||||
UpdateFailed(String),
|
UpdateFailed(String),
|
||||||
|
|
Loading…
Reference in a new issue