ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/patches/Objt.h
Revision: 883
Committed: Wed Jun 5 12:09:40 2013 UTC (12 years, 4 months ago) by alloc
Content type: text/x-chdr
File size: 233 byte(s)
Log Message:
Daodan: Objt Draw stuff

File Contents

# Content
1 #ifndef OBJT_H
2 #define OBJT_H
3
4 #include "../stdint.h"
5 #include "../Oni_Object.h"
6
7 void DD_OBJiTriggerVolume_Draw(OBJtObject *inObject, uint32_t inDrawFlags);
8 void DD_OBJiFlag_Draw(OBJtObject *inObject, uint32_t inDrawFlags);
9
10 #endif