add mod dir

This commit is contained in:
2025-11-02 12:30:26 +01:00
parent 5ab3da22ae
commit a66d9f9357
3 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
#include "stk.h"
#include "stk_log.h"
int stk_init(void)
extern char *stk_mod_dir;
int stk_init(const char *mod_dir)
{
stk_log(stdout, "[stk] stk initialized v%s!", STK_VERSION_STRING);
return 0;