openmw-tes3coop/apps/openmw/mwrender/objects.cpp
2011-10-31 23:59:16 -04:00

16 lines
No EOL
279 B
C++

#include "objects.hpp"
using namespace MWRender;
void Objects::insertBegin (ESM::CellRef &ref, bool static_){
}
void Objects::insertMesh(const std::string &mesh){
}
void Objects::insertLight(float r, float g, float b, float radius){
}
void Objects::insertObjectPhysics(){
}