mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
Sprout.Darkroom 外部ファイルからテクスチャ読み込み機能を追加
texture_map クラス追加
This commit is contained in:
parent
c0309c22ed
commit
6f2be58007
7 changed files with 368 additions and 11 deletions
7
sprout/darkroom/textures.hpp
Normal file
7
sprout/darkroom/textures.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef SPROUT_DARKROOM_TEXTURES_HPP
|
||||
#define SPROUT_DARKROOM_TEXTURES_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/darkroom/textures/texture.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_DARKROOM_TEXTURES_HPP
|
Loading…
Add table
Add a link
Reference in a new issue