Commit Graph

4 Commits

Author SHA1 Message Date
Eric-Paul Ickhorn 48300303a9 Added - but didn't test - entity creation and tagging
The entities in the API can now be created, deleted and tagged with data of various types. It just needs to be confirmed whether it's working and fixed if buggy.
2024-03-03 22:09:04 +01:00
Eric-Paul Ickhorn 9890a30b5b Renamed file for avoiding name conflicts with other includes
The file shadow.h is likely to exist in multiple include folders; it now has been renamed to shadow-registry.h
2024-03-03 21:14:17 +01:00
Eric-Paul Ickhorn f98b2371b1 Made the code compile without libRR
The redundancy-reduction library (libRR), which was used, has now been thrown out in favor of functions from the C standard library.
2024-03-03 20:28:59 +01:00
Eric-Paul Ickhorn b2f9aaa021 Prepared for integration into the AlphaUmlaut Compound build system 2024-03-03 19:37:25 +01:00