mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
8 lines
204 B
C++
8 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
|