mirror of https://github.com/axmolengine/axmol.git
18 lines
160 B
C
18 lines
160 B
C
|
//
|
||
|
// Created by NiTe Luo on 11/6/13.
|
||
|
//
|
||
|
|
||
|
|
||
|
|
||
|
#ifndef __RenderMaterial_H_
|
||
|
#define __RenderMaterial_H_
|
||
|
|
||
|
|
||
|
class RenderMaterial
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif //__RenderMaterial_H_
|