]> icculus.org git repositories - dana/openbox.git/blob - src/actions.hh
add a skeletal OBActions class for user actions
[dana/openbox.git] / src / actions.hh
1 // -*- mode: C++; indent-tabs-mode: nil; -*-
2 #ifndef __actions_hh
3 #define __actions_hh
4
5 /*! @file actions.hh
6   @brief The action interface for user-available actions
7 */
8
9 namespace ob {
10
11 //! The action interface for user-available actions
12 /*!
13 */
14 class OBActions {
15 public:
16   
17 private:
18
19 public:
20   OBActions();
21   virtual ~OBActions();
22   
23 };
24
25 }
26
27 #endif // __actions_hh