Allergro is an open souce C++ addon library for graphics manipulation. How do I add this library to my compiler?
The instructions don\'t work for me as I have Window
Add #pragma comment(lib, "Your library name here") to your source.
#pragma comment(lib, "Your library name here")