CHANGED: #1471 Moved the basic interface expression user functions into the NELGUI library under the NLGUI namespace.
This commit is contained in:
parent
363bb731c7
commit
5a76ae7b38
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
|
||||
{
|
||||
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
Loading…
Reference in a new issue