mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-04 09:04:54 -06:00
22 lines
293 B
Text
22 lines
293 B
Text
description "Software copy protection module\377";
|
|
|
|
uses
|
|
Core,
|
|
Cypher,
|
|
MySql,
|
|
Web;
|
|
|
|
file
|
|
ProtectStatus.h,
|
|
ProtectStatus.cpp,
|
|
Protect.h,
|
|
Protect.cpp,
|
|
ProtectDB.sch,
|
|
ProtectDB.h,
|
|
ProtectDB.cpp,
|
|
ProtectServer.h,
|
|
ProtectServer.cpp,
|
|
ProtectClient.h,
|
|
ProtectClient.cpp,
|
|
srcdoc.tpp;
|
|
|