jak-project/goalc/build_level/jak1/ambient.h
Hat Kid c7c615a043
custom levels: refactor level building code and jak 2 support (#3090)
Co-authored-by: water <awaterford111445@gmail.com>
2023-10-21 06:07:43 +02:00

12 lines
216 B
C++

#pragma once
#include <cstddef>
class DataObjectGenerator;
namespace jak1 {
struct DrawableTreeAmbient {
static size_t add_to_object_file(DataObjectGenerator& gen, size_t ambient_array);
};
} // namespace jak1