├── .gitattributes ├── .gitignore ├── .vscode └── tasks.json ├── README.md ├── pawn.json ├── progress3D.inc └── test.pwn /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheManyula/progress3D/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheManyula/progress3D/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheManyula/progress3D/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheManyula/progress3D/HEAD/README.md -------------------------------------------------------------------------------- /pawn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheManyula/progress3D/HEAD/pawn.json -------------------------------------------------------------------------------- /progress3D.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheManyula/progress3D/HEAD/progress3D.inc -------------------------------------------------------------------------------- /test.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheManyula/progress3D/HEAD/test.pwn --------------------------------------------------------------------------------