diff options
Diffstat (limited to 'public/panorama/uieventcodes.h')
| -rw-r--r-- | public/panorama/uieventcodes.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/panorama/uieventcodes.h b/public/panorama/uieventcodes.h new file mode 100644 index 0000000..1447a34 --- /dev/null +++ b/public/panorama/uieventcodes.h @@ -0,0 +1,18 @@ +//=========== Copyright Valve Corporation, All rights reserved. ===============// +// +// Purpose: +//=============================================================================// + +#ifndef UIEVENTCODES_H +#define UIEVENTCODES_H + +#ifdef _WIN32 +#pragma once +#endif + +namespace panorama +{ + +}; + +#endif // UIEVENTCODES_H |