forked from teamnwah/openmw-tes3coop
16 lines
No EOL
279 B
C++
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(){
|
|
|
|
} |