14 lines
105 B
C++
14 lines
105 B
C++
#include "precompile.h"
|
|
|
|
#include "cachemgr.h"
|
|
|
|
void CacheMgr::Init()
|
|
{
|
|
|
|
}
|
|
|
|
void CacheMgr::UnInit()
|
|
{
|
|
|
|
}
|