Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
start integrating scripted event design over shared object event design
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneralGuy4872 committed Sep 29, 2019
1 parent c11e66e commit 837b8d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/iwannaflycurses.messy
Original file line number Diff line number Diff line change
Expand Up @@ -2151,11 +2151,12 @@ eventdata data
struct eventtyp:
(self) *prev
(self) *next
const char* requires //path to a shared object, or NULL
eventdata eventdatavals
triggertyp whenthis
int(short,short,char,char,char,eventdata)* ifthis
int(short,short,char,char,char,eventdata)* dothis
const char* ifthis
div_t ifargs
const char* dothis
div_t doargs
const char* name
cylinder dim
umint duration
Expand Down

0 comments on commit 837b8d3

Please sign in to comment.