mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix some noteworthy warnings (mostly hsBool->bool incompatibility) and missing headers
This commit is contained in:
@ -85,6 +85,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyAgeInfoStruct.h"
|
||||
#include "pyAgeLinkStruct.h"
|
||||
#include "pyAlarm.h"
|
||||
#include "pyGeometry3.h"
|
||||
#include "pfMessage/pfKIMsg.h"
|
||||
#include "plNetMessage/plNetMessage.h"
|
||||
#include "pfCamera/plVirtualCamNeu.h"
|
||||
|
@ -51,6 +51,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pyGUIDialog.h"
|
||||
#include "pyColor.h"
|
||||
#include "pyGeometry3.h"
|
||||
|
||||
#include "pyGUIControlCheckBox.h"
|
||||
|
||||
|
@ -54,6 +54,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
class pyGUIDialog;
|
||||
class pyColor;
|
||||
class pyPoint3;
|
||||
|
||||
class pyGUIControl
|
||||
{
|
||||
|
@ -49,6 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pyGUIControlClickMap.h"
|
||||
#include "pyGUIDialog.h"
|
||||
#include "pyGeometry3.h"
|
||||
|
||||
pyGUIControlClickMap::pyGUIControlClickMap(pyKey& gckey) : pyGUIControl(gckey)
|
||||
{
|
||||
|
@ -48,6 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pyGUIControlDraggable.h"
|
||||
#include "pyGUIDialog.h"
|
||||
#include "pyGeometry3.h"
|
||||
|
||||
pyGUIControlDraggable::pyGUIControlDraggable(pyKey& gckey) : pyGUIControl(gckey)
|
||||
{
|
||||
|
@ -45,6 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#pragma hdrstop
|
||||
|
||||
#include "pyGUIControl.h"
|
||||
#include "pyGeometry3.h"
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControl, pyGUIControl);
|
||||
|
@ -46,6 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#pragma hdrstop
|
||||
|
||||
#include "pyImage.h"
|
||||
#include "pyGeometry3.h"
|
||||
#include "plJPEG/plJPEG.h"
|
||||
#include "plGImage/plPNG.h"
|
||||
#include "pnKeyedObject/plUoid.h"
|
||||
|
Reference in New Issue
Block a user