mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix msys2 mingw warning: declaration 'class Tgl::Group' does not declare anything
This commit is contained in:
parent
a35f7e74cc
commit
29369adc94
@ -4,8 +4,10 @@
|
|||||||
#include "assert.h"
|
#include "assert.h"
|
||||||
#include "lego3dview.h"
|
#include "lego3dview.h"
|
||||||
|
|
||||||
class Tgl::Renderer;
|
namespace Tgl {
|
||||||
class Tgl::Group;
|
class Renderer;
|
||||||
|
class Group;
|
||||||
|
}
|
||||||
class ViewROI;
|
class ViewROI;
|
||||||
|
|
||||||
// ??? for now
|
// ??? for now
|
||||||
|
|||||||
@ -4,7 +4,9 @@
|
|||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
#include "tglsurface.h"
|
#include "tglsurface.h"
|
||||||
|
|
||||||
class Tgl::Camera;
|
namespace tgl {
|
||||||
|
class Camera;
|
||||||
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// LegoView
|
// LegoView
|
||||||
|
|||||||
@ -4,10 +4,12 @@
|
|||||||
#include "mxdirectx/mxstopwatch.h"
|
#include "mxdirectx/mxstopwatch.h"
|
||||||
#include "tgl/tgl.h"
|
#include "tgl/tgl.h"
|
||||||
|
|
||||||
class Tgl::Renderer;
|
namespace Tgl {
|
||||||
class Tgl::Device;
|
class Renderer;
|
||||||
class Tgl::View;
|
class Device;
|
||||||
class Tgl::Group;
|
class View;
|
||||||
|
class Group;
|
||||||
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// TglSurface
|
// TglSurface
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user