Fix compiler warnings (#94)

* feat(Network): add snConnectToPeerTaskData and snConnectToPeerTaskResult

* feat(Script): Add script global structs

* fix(CMake): Try to get includes to work

* feat(rage): Add some more stuff

* chore(Globals): try to fix linux build

* chore(Globals): Actually rename all instances of TIMER

* fix(types): Fix compiler warnings

Co-authored-by: user <email@hostname>
This commit is contained in:
maybegreat48 2023-01-03 14:09:00 +00:00 committed by GitHub
parent 7fd23fde00
commit 7802d1eeb9

View File

@ -1,6 +1,5 @@
#pragma once
#include <cstdint>
#include <cstdbool>
#include "scrVector.hpp"
#ifndef BOOL