15 lines
169 B
C
15 lines
169 B
C
|
#pragma once
|
||
|
|
||
|
#include "BuiltinTypes.h"
|
||
|
|
||
|
namespace charcoal
|
||
|
{
|
||
|
namespace builtin
|
||
|
{
|
||
|
namespace textured
|
||
|
{
|
||
|
typedef PTVertex Vertex;
|
||
|
typedef Index Index;
|
||
|
}
|
||
|
}
|
||
|
}
|