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

Added texture loading capabilities into the pipeline.

git-svn-id: http://xni.googlecode.com/svn/XNI@17 ac433895-eea3-a490-d80a-17149a75e588
This commit is contained in:
Matej Jan 2010-09-16 17:49:05 +00:00
parent 7563ebcf15
commit 720031b8e7

View File

@ -0,0 +1,6 @@
@protocol IServiceProvider
- (id)getServiceOfType:(id)type;
@end