mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fix bad includes in snowballs, re #43
This commit is contained in:
parent
59dc1a6c16
commit
cb53258f8c
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
#include <nel/3d/u_3d_mouse_listener.h>
|
||||
#include <nel/3d/u_material.h>
|
||||
#include <nel/3d/u_landscape.h>
|
||||
#include <nel/3d/stereo_ovr.h>
|
||||
#include <nel/3d/stereo_hmd.h>
|
||||
|
||||
#include "network.h"
|
||||
#include "snowballs_client.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <nel/3d/u_driver.h>
|
||||
#include <nel/3d/u_text_context.h>
|
||||
#include <nel/3d/u_texture.h>
|
||||
#include <nel/3d/stereo_ovr.h>
|
||||
#include <nel/3d/stereo_hmd.h>
|
||||
|
||||
#include "mouse_listener.h"
|
||||
#include "camera.h"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#if SBCLIENT_DEV_STEREO
|
||||
# include <nel/3d/stereo_render.h>
|
||||
#endif /* #if SBCLIENT_DEV_STEREO */
|
||||
#include <nel/3d/stereo_ovr.h>
|
||||
#include <nel/3d/stereo_hmd.h>
|
||||
|
||||
// Project includes
|
||||
#include "pacs.h"
|
||||
|
|
Loading…
Reference in a new issue