openbox/src/actions.cc

21 lines
198 B
C++
Raw Normal View History

// -*- mode: C++; indent-tabs-mode: nil; -*-
#ifdef HAVE_CONFIG_H
# include "../config.h"
#endif
#include "actions.hh"
namespace ob {
OBActions::OBActions()
{
}
OBActions::~OBActions()
{
}
}