mirror of
https://github.com/CPunch/Laika.git
synced 2025-12-13 19:20:07 +00:00
Bot: fix shell header includes (x2)
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
#include "laika.h"
|
#include "laika.h"
|
||||||
#include "lpacket.h"
|
#include "lpacket.h"
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#define LAIKA_SHELL_TASK_DELTA 50
|
#define LAIKA_SHELL_TASK_DELTA 50
|
||||||
|
|
||||||
struct sLaika_bot;
|
struct sLaika_bot;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#ifndef LAIKA_SOCKET_H
|
#ifndef LAIKA_SOCKET_H
|
||||||
#define LAIKA_SOCKET_H
|
#define LAIKA_SOCKET_H
|
||||||
|
|
||||||
|
/* clang-format will change the order of the included windows headers, this BREAKS THINGS.
|
||||||
/* clang-format will change the order of the included windows headers, this BREAKS THINGS. for now, make clang ignore this section */
|
for now, make clang ignore this section */
|
||||||
|
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user