mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
7 lines
212 B
C++
7 lines
212 B
C++
#ifndef SPROUT_DARKROOM_MATERIALS_HPP
|
|
#define SPROUT_DARKROOM_MATERIALS_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/darkroom/materials/material.hpp>
|
|
|
|
#endif // #ifndef SPROUT_DARKROOM_MATERIALS_HPP
|