ultimatepp/tutorial/Sql04/MyApp.h
cxl 2a3a18f428 tutorial: Sql tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@1267 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-06-03 09:08:29 +00:00

13 lines
255 B
C++

#ifndef _MyApp_h_
#define _MyApp_h_
#include <Core/Core.h>
#include <plugin/sqlite3/Sqlite3.h>
using namespace Upp;
#define SCHEMADIALECT <plugin/sqlite3/Sqlite3Schema.h>
#define MODEL <Sql04/MyApp.sch>
#include "Sql/sch_header.h"
#endif