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:
parent
a2bd0aacf8
commit
cc255d1616
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
#import "Retronator.Xni.Framework.classes.h"
|
#import "System.classes.h"
|
||||||
|
|
||||||
@interface Event : NSObject {
|
@interface Event : NSObject {
|
||||||
NSMutableSet *delegates;
|
NSMutableSet *delegates;
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#import "Event.h"
|
#import "Event.h"
|
||||||
|
|
||||||
#import "Retronator.Xni.Framework.h"
|
#import "System.h"
|
||||||
|
|
||||||
@implementation Event
|
@implementation Event
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user