mirror of
https://github.com/open-goal/jak-project
synced 2026-06-06 19:52:01 -04:00
c7c615a043
Co-authored-by: water <awaterford111445@gmail.com>
14 lines
502 B
C++
14 lines
502 B
C++
#pragma once
|
|
|
|
#include "common/goal_constants.h"
|
|
#include "common/util/Assert.h"
|
|
|
|
#include "goalc/build_level/common/ResLump.h"
|
|
#include "goalc/data_compiler/DataObjectGenerator.h"
|
|
|
|
#include "third-party/json.hpp"
|
|
|
|
math::Vector4f vectorm3_from_json(const nlohmann::json& json);
|
|
math::Vector4f vectorm4_from_json(const nlohmann::json& json);
|
|
math::Vector4f vector_from_json(const nlohmann::json& json);
|
|
std::unique_ptr<Res> res_from_json_array(const std::string& name, const nlohmann::json& json_array); |