mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-20 12:21:04 +00:00
Move lerp to td init, add variable gap size
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user