source: molecuilder/src/Actions/Action.cpp@ 53f5e6

Last change on this file since 53f5e6 was da09909, checked in by Tillmann Crueger <crueger@…>, 16 years ago

Improved documentation for menu framework.

  • Property mode set to 100644
File size: 142 bytes
Line 
1/*
2 * Action.cpp
3 *
4 * Created on: Dec 8, 2009
5 * Author: crueger
6 */
7
8#include "Action.hpp"
9
10Action::Action()
11{}
12
13Action::~Action()
14{}
Note: See TracBrowser for help on using the repository browser.