blob: 17d5e75585aa637a7714bc84452f90f4ead62953 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#ifndef __ASURA_ENGINE_SPRITE_BATCH_H__
#define __ASURA_ENGINE_SPRITE_BATCH_H__
namespace AsuraEngine
{
namespace Graphics
{
///
/// Sprite batchȾͼƬĵطϵͳ
///
class SpriteBatch
{
};
}
}
#endif
|