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

namespace ksys::res {

bool stubbedLogFunction() {
    return true;
}

bool returnFalse() {
    return false;
}

bool returnFalse2() {
    return false;
}

}  // namespace ksys::res