26 lines
210 B
C
26 lines
210 B
C
#include <engine.h>
|
|
|
|
void RegistryAdd() {
|
|
|
|
}
|
|
|
|
void RegistryRemove() {
|
|
|
|
}
|
|
|
|
void RegistryCreate() {
|
|
|
|
}
|
|
|
|
void RegistryDestroy() {
|
|
|
|
}
|
|
|
|
void RegistrySort() {
|
|
|
|
}
|
|
|
|
void RegistrySearch() {
|
|
|
|
}
|