mirror of
https://git.wuffs.org/MWCC
synced 2025-07-19 10:55:52 +00:00
24 lines
225 B
C
24 lines
225 B
C
#include "cmdline.h"
|
|
|
|
void License_Initialize() {
|
|
}
|
|
|
|
void License_Terminate() {
|
|
}
|
|
|
|
SInt32 License_Checkout() {
|
|
return 0xD0AD0A;
|
|
}
|
|
|
|
void License_Refresh() {
|
|
|
|
}
|
|
|
|
void License_Checkin() {
|
|
|
|
}
|
|
|
|
void License_AutoCheckin() {
|
|
|
|
}
|