mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
13 lines
255 B
C++
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
|