mirror of
https://github.com/thes3m/XNI
synced 2024-12-26 13:26:06 +01:00
- optimization for allocations - fixed sprite font default character that was not taken into consideration git-svn-id: http://xni.googlecode.com/svn/XNI@122 ac433895-eea3-a490-d80a-17149a75e588
13 lines
246 B
Objective-C
13 lines
246 B
Objective-C
//
|
|
// XniSamplerEventArgs+Internal.h
|
|
// XNI
|
|
//
|
|
// Created by Samo Pajk on 10/15/12.
|
|
// Copyright (c) 2012 Retronator. All rights reserved.
|
|
//
|
|
|
|
@interface XniSamplerEventArgs (Internal)
|
|
|
|
@property (nonatomic, readwrite) int samplerIndex;
|
|
|
|
@end |