summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/FileSystem/Loader.h
blob: 2846c69b6cb539f07de7b7a751845e081e46931b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __AE_LOADER_H__
#define __AE_LOADER_H__

namespace AsuraEngine
{
    namespace Filesystem
    {

        ///
        /// Դloader
        ///
        class Loader
        {

        };

    }
}

#endif