Expose asset timestamp probe boundary
This commit is contained in:
@@ -18,6 +18,9 @@ struct AssetFileTimestampProbe {
|
||||
std::int64_t last_write_time = 0;
|
||||
};
|
||||
|
||||
[[nodiscard]] AssetFileTimestampProbe probe_asset_file_timestamp(
|
||||
std::string_view absolute_path);
|
||||
|
||||
[[nodiscard]] AssetFileLoadDecision plan_asset_file_load_with_probe(
|
||||
PlatformFamily family,
|
||||
bool already_loaded,
|
||||
|
||||
Reference in New Issue
Block a user