mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
CHANGED: #1471 Moved the basic interface expression user functions into the NELGUI library under the NLGUI namespace.
--HG-- branch : gui-refactoring
This commit is contained in:
parent
65f038bf4e
commit
ec51a4f340
3 changed files with 1184 additions and 1187 deletions
1181
code/nel/src/gui/interface_expr_user_fct.cpp
Normal file
1181
code/nel/src/gui/interface_expr_user_fct.cpp
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,11 +4,14 @@
|
||||||
|
|
||||||
namespace NLGUI
|
namespace NLGUI
|
||||||
{
|
{
|
||||||
|
void ifexprufct_forcelink();
|
||||||
|
|
||||||
/// Necessary so the linker doesn't drop the code of these classes from the library
|
/// Necessary so the linker doesn't drop the code of these classes from the library
|
||||||
void LinkHack()
|
void LinkHack()
|
||||||
{
|
{
|
||||||
CDBViewBar3::forceLink();
|
CDBViewBar3::forceLink();
|
||||||
CDBViewNumber::forceLink();
|
CDBViewNumber::forceLink();
|
||||||
CDBViewQuantity::forceLink();
|
CDBViewQuantity::forceLink();
|
||||||
|
ifexprufct_forcelink();
|
||||||
}
|
}
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue