mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
add actions forward decl header (#699)
* add actions forward decl header * newline * format * remove existing fwd declares * Headers * replace COMPAT_MODE check * flip --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
namespace NocdScript
|
||||
{
|
||||
#ifdef COMPAT_MODE
|
||||
#if __cplusplus >= 201103L
|
||||
enum Script : int {
|
||||
#else
|
||||
enum Script {
|
||||
|
Reference in New Issue
Block a user