]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/CPortals.h
refactored plugin api; refactored callback library; added signals library
[xonotic/netradiant.git] / contrib / bobtoolz / CPortals.h
index baab0a7519bd045f8963438b52451d532c2a1b62..71f399b71eb1cf5ab741be89babad6e5c2c2c379 100644 (file)
@@ -17,8 +17,6 @@ License along with this library; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#include "StdAfx.h"    // Added by ClassView
-
 class CBspPoint {
 public:
        float p[3];
@@ -47,6 +45,8 @@ public:
 };
 
 
+#define NAME_MAX 255
+
 class CPortals {
 public: