mirror of
https://github.com/zeldaret/ss
synced 2026-06-07 20:01:37 -04:00
Fix includes and removed libs folder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user