mirror of
https://github.com/komiko44240BB/BattleBay_tool_v1.0.git
synced 2026-01-18 16:27:29 +01:00
16 lines
239 B
C
16 lines
239 B
C
#include<stdio.h>
|
|
#include<stdlib.h>
|
|
#include<string.h>
|
|
#include<stdbool.h>
|
|
#include <unistd.h>
|
|
|
|
#include "menu.h"
|
|
#include "readobjects.h"
|
|
|
|
int main() {
|
|
|
|
|
|
//readObjectFile(1,"standard_cannon","legendary");
|
|
start();
|
|
return 0;
|
|
} |