mirror of
https://github.com/open-goal/jak-project
synced 2026-06-22 09:05:44 -04:00
c7c615a043
Co-authored-by: water <awaterford111445@gmail.com>
8 lines
165 B
C++
8 lines
165 B
C++
#pragma once
|
|
|
|
#include "goalc/build_level/common/FileInfo.h"
|
|
|
|
namespace jak2 {
|
|
FileInfo make_file_info_for_level(const std::string& file_name);
|
|
} // namespace jak2
|