gitextract__bogz74p/ ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── Engine/ │ ├── CGEditor.c │ ├── CGEditor.h │ ├── Engine.c │ ├── Engine.h │ ├── HitboxEditor.c │ ├── HitboxEditor.h │ ├── InfoByType.c │ ├── InfoByType.h │ ├── Interpreter.c │ ├── Interpreter.h │ ├── Nodes.c │ ├── Nodes.h │ ├── ProjectManager.c │ ├── ProjectManager.h │ ├── TextEditor.c │ ├── TextEditor.h │ ├── definitions.c │ ├── definitions.h │ ├── resources/ │ │ ├── fonts.c │ │ ├── resources.h │ │ ├── sound.c │ │ └── textures.c │ └── version.h ├── LICENSE ├── Projects/ │ └── Example/ │ ├── Example.cg │ ├── Example.config │ ├── ex.txt │ ├── random.abc │ └── textdocument.txt ├── RAYLIB_LICENSE └── README.md