Beginning work on render components of framework.
This commit is contained in:
13
RecrownedAthenaeum/Render/SpriteBatch.cs
Normal file
13
RecrownedAthenaeum/Render/SpriteBatch.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace RecrownedAthenaeum.Render {
|
||||
public class SpriteBatch {
|
||||
public SpriteBatch() {
|
||||
}
|
||||
public void Begin() {
|
||||
|
||||
}
|
||||
|
||||
public void End() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user