|
|
|
@ -26,6 +26,7 @@ namespace NLGUI
|
|
|
|
|
void ifexprufct_forcelink();
|
|
|
|
|
void force_link_dbgroup_select_number_cpp();
|
|
|
|
|
void force_link_dbgroup_combo_box_cpp();
|
|
|
|
|
void force_link_group_wheel_cpp();
|
|
|
|
|
|
|
|
|
|
/// Necessary so the linker doesn't drop the code of these classes from the library
|
|
|
|
|
void LinkHack()
|
|
|
|
@ -37,5 +38,6 @@ namespace NLGUI
|
|
|
|
|
ifexprufct_forcelink();
|
|
|
|
|
force_link_dbgroup_select_number_cpp();
|
|
|
|
|
force_link_dbgroup_combo_box_cpp();
|
|
|
|
|
force_link_group_wheel_cpp();
|
|
|
|
|
}
|
|
|
|
|
}
|