~alexandre-hardy/guidegl/trunk

« back to all changes in this revision

Viewing changes to src/ButtonEvents.cpp

  • Committer: Alexandre Hardy
  • Date: 2009-07-08 12:25:35 UTC
  • Revision ID: ah@tuba-20090708122535-0k8o8ri2jojd43cx
Import of initial sourceforge project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <guide/ButtonEvents.h>
 
2
 
 
3
void ButtonEvents::clicked(Button *b) {
 
4
}
 
5
 
 
6
ButtonEvents::~ButtonEvents() {}