Init new repository
This commit is contained in:
13
tests/example_ui_and_hot_reloading/shared/events.lc
Normal file
13
tests/example_ui_and_hot_reloading/shared/events.lc
Normal file
@@ -0,0 +1,13 @@
|
||||
LibraryUpdate :: typedef proc(event: LibraryEvent, mu: *MU_Context, context: *DLL_Context);
|
||||
|
||||
LibraryEvent :: typedef int;
|
||||
Init :: 0;
|
||||
Reload :: ^;
|
||||
Unload :: ^;
|
||||
Update :: ^;
|
||||
|
||||
DLL_Context :: struct {
|
||||
temp: *MA_Arena;
|
||||
perm: MA_Arena;
|
||||
context: *void;
|
||||
}
|
||||
Reference in New Issue
Block a user