5db5ce971c
Also added a copy pre-build even for .h files into the include directory for charcoal and charcoal-builtin
19 lines
234 B
C++
19 lines
234 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
#include "Texture.h"
|
|
#include "Sampler.h"
|
|
|
|
namespace charcoal
|
|
{
|
|
namespace builtin
|
|
{
|
|
namespace texturegenerator
|
|
{
|
|
Texture* gen_quick_cube_texture();
|
|
|
|
Sampler* gen_quick_sampler();
|
|
}
|
|
}
|
|
} |