mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-07 09:07:00 -05:00
Forward declarations no longer necessary...
This commit is contained in:
parent
5e65261dc1
commit
7fb694d59a
@ -2,10 +2,9 @@
|
||||
#define OPENDIABLO2_WINDOW_H
|
||||
|
||||
#include <memory>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
|
||||
class GLFWwindow;
|
||||
|
||||
namespace OpenDiablo2 { namespace OS {
|
||||
|
||||
class D2Window {
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include <D2Window.h>
|
||||
#define GLFW_INCLUDE_NONE
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
namespace OpenDiablo2 {
|
||||
namespace OS {
|
||||
|
Loading…
Reference in New Issue
Block a user