First compile, Logger works

This commit is contained in:
Madthijs
2021-04-11 14:07:16 +02:00
parent 2234190f24
commit e6df94dac0
8 changed files with 122 additions and 9 deletions

View File

@@ -3,6 +3,9 @@
#define __PL_BINARY_SEARCH_H__
#include <stdint.h>
#ifdef __MACOS__
#include <stddef.h>
#endif
namespace PortabilityLayer
{