Move lerp to td init, add variable gap size

This commit is contained in:
Gent
2020-09-17 05:04:00 -04:00
parent 6a78a301c9
commit a5ffe26c44
4 changed files with 35 additions and 36 deletions

View File

@@ -1,9 +1,12 @@
#pragma once
#include <map>
#include "contrib/JSON.hpp"
namespace TableData {
void init();
void cleanup();
int getItemType(int);
void constructPath(nlohmann::json::iterator);
}