Rudiments
mvccontroller.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more informations.
3 
4 #ifndef RUDIMENTS_MVCCONTROLLER_H
5 #define RUDIMENTS_MVCCONTROLLER_H 1
6 
7 #include <rudiments/mvctier.h>
8 
9 class mvccontroller : public mvctier {
10 };
11 
12 #endif
Definition: mvccontroller.h:9
Definition: mvctier.h:9