summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/resSystem.cpp
blob: 71713a1ce46c4a40b333f8c5e90ea4e421ebc720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "KingSystem/Resource/resSystem.h"

namespace ksys::res {

bool stubbedLogFunction() {
    return true;
}

bool returnFalse() {
    return false;
}

bool returnFalse2(const sead::SafeString&) {
    return false;
}

s32 getDefaultAlignment() {
    return 8;
}

}  // namespace ksys::res