1
0
mirror of https://github.com/thes3m/XNI synced 2024-12-26 13:26:06 +01:00
XNI/Classes/Retronator/Xni/Framework/Graphics/XniSamplerEventArgs+Internal.h
Samo Pajk 0b5b46e937 Changes:
- 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
2012-10-15 15:01:36 +00:00

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