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

#include "Object.h"

namespace AsuraEngine
{
    namespace Filesystem
    {

        ///
        /// AssetΪһassetļжȡ
        ///
        class Asset : public Object
        {

        };

    }
}

#endif