Compare commits

..

No commits in common. "faa67f417d3575ca56648389944547346734e80a" and "4fecda06d42424a55ddf07de9735d01ce7b0ead2" have entirely different histories.

3 changed files with 1 additions and 2 deletions

View File

@ -42,4 +42,3 @@
# Internal changes
- use dynamic arrays for signals (and maybe components), but still keep the maximums to prevent memory hogging
- setup an extensive testing system to find bugs easier

View File

@ -18,6 +18,7 @@
typedef long nn_intptr_t;
typedef unsigned long nn_size_t;
#else
#error "fuck you"
typedef long long nn_intptr_t;
typedef unsigned long long nn_size_t;
#endif

View File

@ -5,7 +5,6 @@
#ifdef NN_POSIX
#include <time.h>
#else
#include <time.h>
#include <windows.h>
#endif