mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
additional tool for cleaning header files (no more #pragma once) and some netbeans project tweaks
This commit is contained in:
6
nodrze.h
6
nodrze.h
@@ -1,5 +1,5 @@
|
|||||||
#ifndef _NODRZE_H
|
#ifndef __NODRZE_H__
|
||||||
#define _NODRZE_H
|
#define __NODRZE_H__
|
||||||
|
|
||||||
//don't look here, it's a horrible, partially working implementation of RB trees
|
//don't look here, it's a horrible, partially working implementation of RB trees
|
||||||
|
|
||||||
@@ -909,4 +909,4 @@ template <typename T> void nodrze<T>::pre(std::ostream & strum, wezel<T> * wsk)
|
|||||||
if (wsk->prawy != NIL)
|
if (wsk->prawy != NIL)
|
||||||
pre(strum,wsk->prawy);
|
pre(strum,wsk->prawy);
|
||||||
};
|
};
|
||||||
#endif //_NODRZE_H
|
#endif // __NODRZE_H__
|
||||||
|
Reference in New Issue
Block a user