mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Moved texture loader from editor to engine
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace GlitchyEngine.Content;
|
||||
|
||||
interface IProcessedAssetLoader
|
||||
{
|
||||
Result<Asset> Load(Stream stream);
|
||||
}
|
||||
Reference in New Issue
Block a user