mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-13 11:38:49 -04:00
Merge branch 'main' into mods
This commit is contained in:
+3
-3
@@ -76,9 +76,9 @@ All fields are optional but recommended. `name` falls back to the filename, `ver
|
||||
|
||||
extern "C" {
|
||||
|
||||
void mod_init (DuskModAPI* api); // required — called once at startup
|
||||
void mod_tick (DuskModAPI* api); // required — called every frame
|
||||
void mod_cleanup(DuskModAPI* api); // optional — called on shutdown
|
||||
void mod_init (DuskModAPI* api); // required, called once at startup
|
||||
void mod_tick (DuskModAPI* api); // required, called every frame
|
||||
void mod_cleanup(DuskModAPI* api); // optional, called on shutdown
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user