Serious-Engine/Sources/SeriousSam/ArrowDir.h

18 lines
264 B
C
Raw Normal View History

/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
#ifndef SE_INCL_ARROWDIR_H
#define SE_INCL_ARROWDIR_H
#ifdef PRAGMA_ONCE
#pragma once
#endif
enum ArrowDir {
AD_NONE,
AD_UP,
AD_DOWN,
AD_LEFT,
AD_RIGHT,
};
#endif /* include-once check. */