mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 17:19:49 -04:00
c7c615a043
Co-authored-by: water <awaterford111445@gmail.com>
7 lines
164 B
C++
7 lines
164 B
C++
#pragma once
|
|
|
|
#include "goalc/build_level/common/FileInfo.h"
|
|
|
|
namespace jak1 {
|
|
FileInfo make_file_info_for_level(const std::string& file_name);
|
|
} // namespace jak1
|