GameEngine/source/core_registry.c
Emilia(SleepeeSoftware) 9832374861 moving forward
2026-02-19 17:52:40 +01:00

26 lines
210 B
C

#include <engine.h>
void RegistryAdd() {
}
void RegistryRemove() {
}
void RegistryCreate() {
}
void RegistryDestroy() {
}
void RegistrySort() {
}
void RegistrySearch() {
}