Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct model_t
- {
- void* fnHandle;
- char szName[96];
- int nLoadFlags;
- int nServerCount;
- modtype_t type;
- int flags;
- Vector mins, maxs;
- float radius;
- // todo: complete struct
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement