1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 02:15:33 +00:00
openmw-tes3mp/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(){
}