Table Of Contents
LibRocket
Librocket is a C++ library which is used by EMERGENCY 5 and EMERGENCY 2016. It allows to create new GUIs with HTML and CSS.
In order to use LibRocket in your plugins, you'll have to add the following directories to your Visual Studio project:
- Menu entry
C/C++
, optionAdditional Include Directories
Add$(QsfDir)external\librocket\include
here. - Menu entry
Linker
, optionAdditional Library Directories
Add$(QsfDir)external\_windows_$(PlatformTarget)\librocket\lib
here.
890 times viewed