using System; namespace sharpallegro5 { /* alcompat.h */ public partial class AllegroApi { public static void al_current_time() { al_get_time(); } //public static void al_event_queue_is_empty(q) { return al_is_event_queue_empty(q); } } }