Implement multiplayer #2

Merged
SonicSwordcane merged 21 commits from multiplayer into main 2024-11-30 00:31:10 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit c23fc6e9df - Show all commits

View File

@ -6,6 +6,9 @@ fn main() {
.include(Path::new("shrooms-vb-core/core"))
.opt_level(2)
.flag_if_supported("-fno-strict-aliasing")
.define("VB_LITTLE_ENDIAN", None)
.define("VB_SIGNED_PROPAGATE", None)
.define("VB_DIV_GENERIC", None)
.file(Path::new("shrooms-vb-core/core/vb.c"))
.compile("vb");
}

@ -1 +1 @@
Subproject commit b4b9131f3976388b096343725fce1bdf35f4e3df
Subproject commit 7e31fbd5824d612e26a176aa2946497cfb2aa02e