mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
Compare commits
3 Commits
4fecda06d4
...
faa67f417d
Author | SHA1 | Date | |
---|---|---|---|
|
faa67f417d | ||
|
a5844c8728 | ||
|
6c96efe3cb |
1
TODO.md
1
TODO.md
@ -42,3 +42,4 @@
|
|||||||
# Internal changes
|
# Internal changes
|
||||||
|
|
||||||
- use dynamic arrays for signals (and maybe components), but still keep the maximums to prevent memory hogging
|
- 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
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
typedef long nn_intptr_t;
|
typedef long nn_intptr_t;
|
||||||
typedef unsigned long nn_size_t;
|
typedef unsigned long nn_size_t;
|
||||||
#else
|
#else
|
||||||
#error "fuck you"
|
|
||||||
typedef long long nn_intptr_t;
|
typedef long long nn_intptr_t;
|
||||||
typedef unsigned long long nn_size_t;
|
typedef unsigned long long nn_size_t;
|
||||||
#endif
|
#endif
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifdef NN_POSIX
|
#ifdef NN_POSIX
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#else
|
#else
|
||||||
|
#include <time.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user