stk module count function, remove stk_ids since handles will be used as "ids" and typedef for stk module functions
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define STK_H
|
||||
|
||||
#include "stk_version.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -10,6 +11,7 @@ extern "C" {
|
||||
int stk_init(void);
|
||||
int stk_shutdown(void);
|
||||
|
||||
size_t stk_module_count(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user