summaryrefslogtreecommitdiff
path: root/Source/Runner/AE_Compressor.cpp
blob: 4e9cd98ad34ce51196282e0efa51db929a542d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __AE_COMPRESSOR_H__
#define __AE_COMPRESSOR_H__

namespace AsuraEngine 
{
    namespace Runner 
    {
     
        class Compressor
        {
            
        }
     
    }   
}

#endif