summaryrefslogtreecommitdiff
path: root/src/wx2/film_editor.cc
blob: b993278799dc3b830f65dd029cd5e93891e081d6 (plain)
1
2
3
4
5
6
7
8
#include "film_editor.h"

FilmEditor::FilmEditor (Film* f, wxFrame* p)
	: wxPanel (p)
	, _film (f)
{
	new wxButton (this, 0, wxT("FUCK"));
}