SCENERIO_EDITOR now compiles.

This commit is contained in:
Justin Marshall
2020-06-05 18:49:43 -07:00
parent d223adebd7
commit ca2e5bc7e6
17 changed files with 1614 additions and 1584 deletions
+1 -6
View File
@@ -32,9 +32,7 @@
* Functions: *
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ifndef TEVENT_H
#define TEVENT_H
#pragma once
/*
** These are the trigger events that are checked for and if qualified, they will signal
@@ -180,6 +178,3 @@ class EventChoiceClass {
};
extern EventChoiceClass EventChoices[TEVENT_COUNT];
#endif