Port sbc.c progress from PH (#53)

* move nitro headers to libs/nitro/include and setup sbc.c

Co-authored-by: enzofc708 <47937189+enzofc708@users.noreply.github.com>

* sbc.c 95%

* move sbc in the right folder (and fix a warning)

* revert formating changes

---------

Co-authored-by: enzofc708 <47937189+enzofc708@users.noreply.github.com>
This commit is contained in:
Yanis
2026-04-17 00:56:47 +02:00
committed by GitHub
parent 34ef65d030
commit 66ad81ba15
84 changed files with 1400 additions and 187 deletions
+1 -1
View File
@@ -7,8 +7,8 @@
#include "System/SysNew.hpp"
#include "flags.h"
#include "global.h"
#include "nitro/math.h"
#include "types.h"
#include <nitro/math.h>
class MapObjectProfile;