Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > b7784b024bf0aaa96a4797b23fdf5f58 > files > 113

adonthell-debug-0.3.5-1mdv2009.1.x86_64.rpm

/*
   $Id: win_keys.h,v 1.2 2001/08/03 17:05:37 ksterker Exp $

   (C) Copyright 2000, 2001 Joel Vennin
   Part of the Adonthell Project http://adonthell.linuxgames.com

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License.
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY.

   See the COPYING file for more details
*/

#ifndef _WIN_KEYS_H_
#define _WIN_KEYS_H_

#include "input.h"

class win_keys
{
 public:
  
  static SDLKey KEY_ACTIVATE_ENTRY;

  static SDLKey KEY_UP;
  
  static SDLKey KEY_DOWN;
  
  static SDLKey KEY_PREVIOUS;

  static SDLKey KEY_NEXT;

  static SDLKey KEY_ACTIVATE;

};

#endif