├── .gitignore ├── LICENSE ├── README.md ├── logo └── mic_logo.png └── src └── mic.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/mic/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/mic/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/mic/HEAD/README.md -------------------------------------------------------------------------------- /logo/mic_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/mic/HEAD/logo/mic_logo.png -------------------------------------------------------------------------------- /src/mic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/mic/HEAD/src/mic.h --------------------------------------------------------------------------------