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