mirror of https://github.com/AxioDL/metaforce.git
11 lines
163 B
C++
11 lines
163 B
C++
|
//
|
||
|
// Created by antidote on 12/3/19.
|
||
|
//
|
||
|
|
||
|
#ifndef URDE_CTEXTURECACHE_HPP
|
||
|
#define URDE_CTEXTURECACHE_HPP
|
||
|
|
||
|
class CTextureCache {};
|
||
|
|
||
|
#endif // URDE_CTEXTURECACHE_HPP
|