diff options
| author | Revo <projectrevotpp@hotmail.com> | 2020-04-30 19:55:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 19:55:00 -0400 |
| commit | 081bd6efce613ed078407ab8fd24765275385f9f (patch) | |
| tree | ea91f20d1cd1ab5ae06880d1dd2e5a2c61f4db59 /include/nitro/nitro.h | |
| parent | c7dd102f628b7a64a34223278c2de09718da19f4 (diff) | |
| parent | 2ac877a24f241d3bc9d875a1338c40d7325929c6 (diff) | |
Merge pull request #7 from martmists/os_lib
Add OS* functions
Diffstat (limited to 'include/nitro/nitro.h')
| -rw-r--r-- | include/nitro/nitro.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/nitro/nitro.h b/include/nitro/nitro.h index 017f3708..8cf603f5 100644 --- a/include/nitro/nitro.h +++ b/include/nitro/nitro.h @@ -6,8 +6,10 @@ extern "C" { #endif // Include all nitro files -#include "nitro/types.h" -#include "nitro/os.h" +#include "types.h" +#include "consts.h" +#include "os.h" +#include "mmap.h" #ifdef __cplusplus }; |
