v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
22
source/core/StarNetElement.cpp
Normal file
22
source/core/StarNetElement.cpp
Normal file
|
@ -0,0 +1,22 @@
|
|||
#include "StarNetElement.hpp"
|
||||
|
||||
|
||||
namespace Star {
|
||||
|
||||
uint64_t NetElementVersion::current() const {
|
||||
return m_version;
|
||||
}
|
||||
|
||||
void NetElementVersion::increment() {
|
||||
++m_version;
|
||||
}
|
||||
|
||||
void NetElement::enableNetInterpolation(float) {}
|
||||
|
||||
void NetElement::disableNetInterpolation() {}
|
||||
|
||||
void NetElement::tickNetInterpolation(float) {}
|
||||
|
||||
void NetElement::blankNetDelta(float) {}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue