7cbe8acf30
Now the code is being compiled through .lib files!
18 lines
266 B
C++
18 lines
266 B
C++
#pragma once
|
|
|
|
#include <charcoal/TextureRenderable.h>
|
|
|
|
#include "BuiltinTypes.h"
|
|
|
|
namespace charcoal
|
|
{
|
|
namespace builtin
|
|
{
|
|
namespace textured
|
|
{
|
|
typedef PTVertex Vertex;
|
|
typedef Index Index;
|
|
typedef TextureRenderable<Vertex, Index> Renderable;
|
|
}
|
|
}
|
|
} |