1
0
mirror of https://github.com/thes3m/XNI synced 2024-12-26 13:26:06 +01:00

Fixed imports in events system.

git-svn-id: http://xni.googlecode.com/svn/XNI@5 ac433895-eea3-a490-d80a-17149a75e588
This commit is contained in:
Matej Jan 2010-07-22 14:16:02 +00:00
parent a2bd0aacf8
commit cc255d1616
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
#import "Retronator.Xni.Framework.classes.h"
#import "System.classes.h"
@interface Event : NSObject {
NSMutableSet *delegates;

View File

@ -8,7 +8,7 @@
#import "Event.h"
#import "Retronator.Xni.Framework.h"
#import "System.h"
@implementation Event