mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
10 lines
131 B
C++
10 lines
131 B
C++
#include "SqlCtrl.h"
|
|
|
|
namespace Upp {
|
|
|
|
#define TFILE <SqlCtrl/SqlCtrl.t>
|
|
#include <Core/t.h>
|
|
|
|
INITIALIZER(SqlCtrl) {}
|
|
|
|
}
|