diff options
Diffstat (limited to 'src/engineapi.h')
-rw-r--r-- | src/engineapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engineapi.h b/src/engineapi.h index 308e34e..6865311 100644 --- a/src/engineapi.h +++ b/src/engineapi.h @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith <mikesmiffy128@gmail.com> + * Copyright © 2025 Michael Smith <mikesmiffy128@gmail.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -196,7 +196,7 @@ bool engineapi_init(int pluginver); * Called right before deferred feature initialisation to set up some additional * (nonessential) core stuff - currently this means entprops data. */ -void engineapi_lateinit(void); +void engineapi_lateinit(); #endif |