summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/graphics/gif.h
blob: 8b89858f054da75a7af327947cef4358ce0d5c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __ASURA_GIF_H__
#define __ASURA_GIF_H__

namespace AsuraEngine
{
	namespace Graphics
	{

		///
		/// Gif
		///
		class Gif
		{

		};

	}
}

#endif