forked from teamnwah/openmw-tes3coop
13 lines
312 B
C++
13 lines
312 B
C++
#include "objects.hpp"
|
|
|
|
using namespace MWRender;
|
|
|
|
void Objects::insertBegin (const MWWorld::Ptr& ptr, bool enabled, bool static_){
|
|
|
|
}
|
|
void Objects::insertMesh (const MWWorld::Ptr& ptr, const std::string& mesh){
|
|
|
|
}
|
|
void Objects::insertLight (const MWWorld::Ptr& ptr, float r, float g, float b, float radius){
|
|
|
|
}
|