KissCount/model/model.h

9 lines
105 B
C
Raw Normal View History

2010-05-15 11:21:42 +02:00
#ifndef MODEL_H
#define MODEL_H
#include "User.h"
#include "Account.h"
#include "Preferences.h"
#endif