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

namespace AsuraEngine
{
    namespace Filesystem
    {

        ///
        /// ⲿԴΪAssetڸԴmanagerͬimporterǸ.asrļĸtagimage
        /// importImage룬assetimportAsset롣ԶԴûָimporterasset롣
        ///
        class Importer
        {

        };

    }
}

#endif