object_message (3) Linux Manual Page
object_message – Sends a message to an object and returns the answer. Allegro game programming library. Synopsis #include <allegro.h> int object_message(DIALOG *dialog, int msg, int c); Description Sends a message to an object and returns the answer it has generated. Remember that the first parameter is the dialog object (not a whole array) that you…
