blob: 9ff5c4288a3e94afa3517ffb93581525d36456ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#pragma once
#include "Common/Sizes.hpp"
namespace MC::Assets {
namespace Shaders {
extern const Char* vertex;
extern const Char* fragment;
}
namespace Images {
extern const Char* atlas;
}
}
|