mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-10 19:22:10 +08:00
15 lines
176 B
C++
15 lines
176 B
C++
#ifndef MOUSECODE_H
|
|
#define MOUSECODE_H
|
|
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
#include "ButtonCode.h"
|
|
|
|
namespace vgui
|
|
{
|
|
typedef ButtonCode_t MouseCode;
|
|
}
|
|
|
|
#endif |