Changes from the MSVC compatibility struggle
Signed-off-by: mo7sener <robear.selwans@outlook.com>
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
#include <evol/evol.h>
|
||||
#include <evol/evolmod.h>
|
||||
#include <evol/common/ev_log.h>
|
||||
#include <assert.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
evolengine_t *engine = evol_create();
|
||||
evol_parse_args(engine, argc, argv);
|
||||
evol_init(engine);
|
||||
|
||||
evolmodule_t window_module = evol_loadmodule("window");
|
||||
assert(window_module);
|
||||
|
||||
FN_PTR window_start_fn = evol_getmodfunc(window_module, EV_STRINGIZE(EV_START_FN_NAME));
|
||||
if(window_start_fn) {
|
||||
|
||||
Reference in New Issue
Block a user