mirror of
https://github.com/themitosan/fpPS4-Temmie-s-Launcher.git
synced 2025-04-02 10:31:50 -04:00
15 lines
180 B
C++
15 lines
180 B
C++
#pragma once
|
|
#ifndef MEMORYJS_H
|
|
#define MEMORYJS_H
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#include <windows.h>
|
|
|
|
class memoryjs {
|
|
|
|
public:
|
|
memoryjs();
|
|
~memoryjs();
|
|
};
|
|
#endif
|
|
#pragma once
|