Skip to content

Commit f205f6c

Browse files
committed
Model loading
1 parent 7809b98 commit f205f6c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package engine.resources;
2+
3+
import java.io.IOException;
4+
5+
public interface ModelLoaderStrategy {
6+
Model load(String filePath);
7+
}

0 commit comments

Comments
 (0)