event.h: Fix import GCC warning caused by ce87310

This commit is contained in:
SmallJoker 2018-03-31 14:33:54 +02:00
parent ce873108aa
commit 0a8ca59891
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
#import "irrlichttypes.h"
#include "irrlichttypes.h"
class MtEvent
{