diff Keyboard.h @ 1138:f947bedb2859

Слияние
author Ritor1
date Sat, 01 Jun 2013 10:32:31 +0600
parents db395ce89ede
children 934074e7fcc1
line wrap: on
line diff
--- a/Keyboard.h	Sat Jun 01 10:32:08 2013 +0600
+++ b/Keyboard.h	Sat Jun 01 10:32:31 2013 +0600
@@ -77,8 +77,9 @@
 #pragma pack(pop)
 
 #pragma pack(push, 1)
-struct Keyboard
+class Keyboard
 {
+public:
   Keyboard();
   bool WasKeyPressed(int vKey);
   bool IsKeyBeingHeld(int vKey);