I'Ve a problem :shock:
I want to use allegro with Codeblocks,
With the dev-pack plugin I installed the allegro plugin,
but now I don't know how i can use allegro,
there is no option to start a new allegro projekt.
And if I starte an empty projekt and
try to use allegro
I get some errors
#include <allegro.h>
int main() {
allegro_int();
allegro_message("Hellow World!");
return 0;
}
END_OF_MAIN();
error: allegro_int() undecleare...