Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
20 |
pmbaty |
1 |
#ifndef _PREPMATL_H_ |
|
|
2 |
#define _PREPMATL_H_ |
|
|
3 |
|
|
|
4 |
#include "brender/br_types.h" |
|
|
5 |
|
|
|
6 |
void BrMaterialUpdate(br_material* mat, br_uint_16 flags); |
|
|
7 |
|
|
|
8 |
void BrMaterialClear(br_material* mat); |
|
|
9 |
|
|
|
10 |
#endif |