mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 08:38:51 +00:00
Add wasm/js/general.odin
This commit is contained in:
Vendored
+1
-1
@@ -243,7 +243,7 @@ Event :: struct {
|
||||
|
||||
|
||||
user_data: rawptr,
|
||||
callback: proc(e: Event),
|
||||
callback: proc(e: Event),
|
||||
}
|
||||
|
||||
@(default_calling_convention="contextless")
|
||||
|
||||
Reference in New Issue
Block a user