mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-03-31 14:22:54 -07:00
12 lines
180 B
C++
12 lines
180 B
C++
#ifndef _CSAVEWORLDMEMORY
|
|
#define _CSAVEWORLDMEMORY
|
|
|
|
#include "types.h"
|
|
|
|
class CSaveWorldMemory {
|
|
public:
|
|
const wchar_t* GetFrontEndName() const;
|
|
};
|
|
|
|
#endif // _CSAVEWORLDMEMORY
|