summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Factory.h
blob: 0cccab2060585dfb7a1a4e64e2499ab966ce25b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __AE_FACTORY_H__
#define __AE_FACTORY_H__

namespace AsuraEngine
{

    class Factory
    {

    };

}

#endif