6 lines
107 B
C++
Executable file
6 lines
107 B
C++
Executable file
#include "EncodedChunkCellId.h"
|
|
|
|
FEncodedChunkCellId::FEncodedChunkCellId() {
|
|
this->cellOffset = 0;
|
|
}
|
|
|