Fix includes and removed libs folder

This commit is contained in:
Elijah Thomas
2023-10-06 07:49:50 -04:00
parent 99d473d1aa
commit 4ae5fe5753
244 changed files with 584 additions and 584 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include <toBeSorted/unk_flag_stuff.h>
#include "toBeSorted/unk_flag_stuff.h"
u16 UnkFlagStuff::calculateMask(s32 shift) {
return (2 << (shift & 0xF)) - 1;