7 lines
108 B
C++
7 lines
108 B
C++
#pragma once
|
|
|
|
class IMDLCache {
|
|
public:
|
|
// stuff will be added here soon when i finished my tests
|
|
};
|