clean namedentity, forward declarations, ostream_write

This commit is contained in:
Garux
2018-02-22 18:56:53 +03:00
parent 327fa13d54
commit eae7ac024a
17 changed files with 26 additions and 122 deletions

View File

@@ -22,10 +22,10 @@
#if !defined( INCLUDED_CSG_H )
#define INCLUDED_CSG_H
void CSG_MakeRoom( void );
void CSG_Subtract( void );
void CSG_Merge( void );
void CSG_Tool( void );
void CSG_MakeRoom();
void CSG_Subtract();
void CSG_Merge();
void CSG_Tool();
namespace scene
{