CHANGED: #1471 Moved the basic interface expression user functions into the NELGUI library under the NLGUI namespace.

This commit is contained in:
dfighter1985 2012-07-02 05:07:13 +02:00
parent e2068c9efa
commit 2cd2459ca6
3 changed files with 1184 additions and 1187 deletions

File diff suppressed because it is too large Load diff

View file

@ -4,11 +4,14 @@
namespace NLGUI
{
void ifexprufct_forcelink();
/// Necessary so the linker doesn't drop the code of these classes from the library
void LinkHack()
{
CDBViewBar3::forceLink();
CDBViewNumber::forceLink();
CDBViewQuantity::forceLink();
ifexprufct_forcelink();
}
}

File diff suppressed because it is too large Load diff