mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
10 lines
105 B
C++
10 lines
105 B
C++
#pragma once
|
|
#include "common.hpp"
|
|
|
|
namespace big
|
|
{
|
|
class backend {
|
|
public:
|
|
static void loop();
|
|
};
|
|
} |