1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-09-27 20:30:12 +00:00

Bot: fix shell header includes (x2)

This commit is contained in:
2022-06-27 19:48:43 -05:00
parent 692b3c6137
commit a7a938c9e8
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
#include "laika.h"
#include "lpacket.h"
#include <time.h>
#define LAIKA_SHELL_TASK_DELTA 50
struct sLaika_bot;