mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
9 lines
228 B
Text
9 lines
228 B
Text
#ifndef _Protect_icpp_init_stub
|
|
#define _Protect_icpp_init_stub
|
|
#include "Core/init"
|
|
#include "Cypher/init"
|
|
#include "Web/init"
|
|
#include "ProductVersion/init"
|
|
#include "plugin\sqlite3/init"
|
|
#include "MySql/init"
|
|
#endif
|