Harrison
519d31f2e1
Updated RectTextrue.cs, VertexInformation.cs, and IDrawable.cs to properly pass indice information.
8 lines
232 B
C#
8 lines
232 B
C#
namespace RecrownedGTK.AssetsSystem {
|
|
public class AssetLoader {
|
|
public T Load<T>(string path) {
|
|
throw new System.NotImplementedException();
|
|
//TODO Implement a method of loading.
|
|
}
|
|
}
|
|
} |