This project is mostly for academic purposes, If you want something ready to use then check out https://github.com/audinowho/PMDODump.
PMD Engine Coded in C
- Use spaces
- Indent amount is 4 spaces
- Curly brackets go underneath the function
- Use typedef for structs and enums
- Camel notation for structs and enums
- Function names are camel notation (not always though)
- Function parameters are lowercase with underscores
- Macros are in Caps with underscores unless it's a function