mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Clean-up OS constants; Clean-up procs_wasm32.odin
This commit is contained in:
@@ -24,7 +24,7 @@ Textbox :: struct { using element : Element, };
|
||||
ListView :: struct { using element : Element, };
|
||||
NumericEntry :: struct { using element : Element, };
|
||||
Menu :: struct { using element : Element, };
|
||||
MenuCallbackFunction :: distinct #type proc (^Element, Generic);
|
||||
MenuCallbackFunction :: distinct #type proc (^Element, Generic);
|
||||
INSTANCE_TYPE :: Instance;
|
||||
SCANCODE_A :: (0x1C);
|
||||
SCANCODE_B :: (0x32);
|
||||
@@ -2436,5 +2436,3 @@ current_thread_id :: proc "contextless" () -> int {
|
||||
// return int(EsThreadGetID(ES_CURRENT_THREAD));
|
||||
return -1;
|
||||
}
|
||||
|
||||
OS :: "essence";
|
||||
|
||||
Reference in New Issue
Block a user