mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
fahhh
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
||||
namespace RBX
|
||||
{
|
||||
class ScopedNamedMutex
|
||||
{
|
||||
HANDLE hMutex;
|
||||
|
||||
public:
|
||||
ScopedNamedMutex(const char* name);
|
||||
~ScopedNamedMutex();
|
||||
};
|
||||
} // namespace RBX
|
||||
#endif // #ifdef _WIN32
|
||||
Reference in New Issue
Block a user