rename twn_engine_api.h to twn_api.h

This commit is contained in:
veclavtalica
2025-02-28 16:42:33 +03:00
parent 4bc1feb826
commit 5e89710458
9 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#ifndef TWN_LOOP_H
#define TWN_LOOP_H
#include "twn_engine_api.h"
#include "twn_api.h"
TWN_API int enter_loop(int argc, char **argv);