source: Daodan/src/patches/Objt.h@ 983

Last change on this file since 983 was 883, checked in by alloc, 11 years ago

Daodan: Objt Draw stuff

File size: 233 bytes
RevLine 
[883]1#ifndef OBJT_H
2#define OBJT_H
3
4#include "../stdint.h"
5#include "../Oni_Object.h"
6
7void DD_OBJiTriggerVolume_Draw(OBJtObject *inObject, uint32_t inDrawFlags);
8void DD_OBJiFlag_Draw(OBJtObject *inObject, uint32_t inDrawFlags);
9
10#endif
Note: See TracBrowser for help on using the repository browser.