6 lines
149 B
C
6 lines
149 B
C
|
|
#include "../../../include/ground.h"
|
||
|
|
|
||
|
|
GroundValue* _GroundBytecodeHeapGet(GroundBytecodeHeap* heap, GroundSize idx) {
|
||
|
|
return &heap->heap[idx];
|
||
|
|
}
|