mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
16 lines
326 B
C++
16 lines
326 B
C++
#ifndef _AdrBook_AdrBook_h_
|
|
#define _AdrBook_AdrBook_h_
|
|
|
|
#include <Skylark/Skylark.h>
|
|
#include <Skylark/Iml/Iml.h>
|
|
#include <plugin/sqlite3/Sqlite3.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define MODEL <AddressBookWeb/Model.sch>
|
|
|
|
#define SCHEMADIALECT <plugin/sqlite3/Sqlite3Schema.h>
|
|
#include <Sql/sch_header.h>
|
|
|
|
|
|
#endif
|