feat/update_config #10

Merged
tqcq merged 26 commits from feat/update_config into master 2024-10-14 10:15:01 +08:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 6f68f497f4 - Show all commits

View File

@ -20,4 +20,7 @@ void TerminateBasicRuntime();
}// namespace tile }// namespace tile
#define TILE_MAIN(func) \
int main(int argc, char *argv[]) { return ::tile::Start(argc, argv, func); }
#endif// TILE_INIT_H #endif// TILE_INIT_H

View File

@ -60,4 +60,7 @@
// sigslot // sigslot
#include "sigslot/sigslot.h" #include "sigslot/sigslot.h"
// gflags
#include "gflags/gflags.h"
#endif// TILE_TILE_H #endif// TILE_TILE_H