mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-24 08:00:14 +00:00
9 lines
204 B
C++
9 lines
204 B
C++
|
|
#include "rendering/material.hpp"
|
||
|
|
|
||
|
|
// All implementations are inline in header
|
||
|
|
namespace wowee {
|
||
|
|
namespace rendering {
|
||
|
|
// Empty file - all methods are inline
|
||
|
|
} // namespace rendering
|
||
|
|
} // namespace wowee
|