2012-06-28 09:06:36 +00:00
|
|
|
#include "nel/gui/dbview_bar3.h"
|
|
|
|
#include "nel/gui/dbview_number.h"
|
2012-06-29 00:57:29 +00:00
|
|
|
#include "nel/gui/dbview_quantity.h"
|
2012-07-21 19:12:43 +00:00
|
|
|
#include "nel/gui/view_pointer.h"
|
2012-06-28 09:06:36 +00:00
|
|
|
|
|
|
|
namespace NLGUI
|
|
|
|
{
|
2012-07-02 03:07:13 +00:00
|
|
|
void ifexprufct_forcelink();
|
|
|
|
|
2012-06-28 09:06:36 +00:00
|
|
|
/// Necessary so the linker doesn't drop the code of these classes from the library
|
|
|
|
void LinkHack()
|
|
|
|
{
|
|
|
|
CDBViewBar3::forceLink();
|
|
|
|
CDBViewNumber::forceLink();
|
2012-06-29 00:57:29 +00:00
|
|
|
CDBViewQuantity::forceLink();
|
2012-07-21 19:12:43 +00:00
|
|
|
CViewPointer::forceLink();
|
2012-07-02 03:07:13 +00:00
|
|
|
ifexprufct_forcelink();
|
2012-06-28 09:06:36 +00:00
|
|
|
}
|
|
|
|
}
|