mirror of
https://github.com/open-goal/jak-project
synced 2026-08-02 08:42:11 -04:00
8 lines
165 B
C++
8 lines
165 B
C++
#pragma once
|
|
|
|
#include "goalc/build_level/common/FileInfo.h"
|
|
|
|
namespace jak3 {
|
|
FileInfo make_file_info_for_level(const std::string& file_name);
|
|
} // namespace jak3
|