mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 21:06:41 +00:00
Allow OSG objects to be sent to the debug log.
This commit is contained in:
parent
3c8bb9cf73
commit
90986df81c
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
#include <osg/io_utils>
|
||||||
|
|
||||||
namespace Debug
|
namespace Debug
|
||||||
{
|
{
|
||||||
enum Level
|
enum Level
|
||||||
|
|
Loading…
Reference in a new issue