summaryrefslogtreecommitdiff
path: root/command_line/CmdLine/Src/CLLicenses.c
blob: f264e6caf6a67e2eb965a625529aa050b294299c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include "cmdline.h"

void License_Initialize() {
}

void License_Terminate() {
}

SInt32 License_Checkout() {
    return 0xD0AD0A;
}

void License_Refresh() {

}

void License_Checkin() {

}

void License_AutoCheckin() {

}