Ed_
6765478a9d
- Enabled a few more plugins - Added clang formatting straight from the GasaGen cpp. - Setup auto-generation of the DevOptionsCache - Messed around with generating widgettree hiearchy from template widget
12 lines
163 B
C++
12 lines
163 B
C++
#include "GasaDevOptions.h"
|
|
|
|
#include "Actors/CameraMount.h"
|
|
#include "UI/UI_HostWidget.h"
|
|
|
|
using namespace Gasa;
|
|
|
|
namespace Gasa
|
|
{
|
|
global FName Tag_GlobalPPV;
|
|
}
|