7cbe8acf30
Now the code is being compiled through .lib files!
19 lines
252 B
C++
19 lines
252 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
#include <charcoal/Texture.h>
|
|
#include <charcoal/Sampler.h>
|
|
|
|
namespace charcoal
|
|
{
|
|
namespace builtin
|
|
{
|
|
namespace texturegenerator
|
|
{
|
|
Texture* gen_quick_cube_texture();
|
|
|
|
Sampler* gen_quick_sampler();
|
|
}
|
|
}
|
|
} |