HATPC remake
 
 
 
Go to file
En Yi 4a926f8c53 Implement tag on entities
Internal Changelog:
- Use data store similar to component map
- Add init and free for entities tag
- Use enum instead of char for tag
- Switch to use clang for compilation
- Add -Wall for compilation
2022-11-26 23:27:45 +08:00
sc First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
.gitignore First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
CMakeLists.txt Implement tag on entities 2022-11-26 23:27:45 +08:00
Conventions.txt First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
components.h First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
entManager.c Implement tag on entities 2022-11-26 23:27:45 +08:00
entManager.h Implement tag on entities 2022-11-26 23:27:45 +08:00
entity.h Implement tag on entities 2022-11-26 23:27:45 +08:00
main.c Implement tag on entities 2022-11-26 23:27:45 +08:00
mempool.c Implement tag on entities 2022-11-26 23:27:45 +08:00
mempool.h Adjust function parameters input 2022-11-26 20:49:16 +08:00