Sunday, 11 August 2013

Why include guards gives no effect for me? Am I missing something?

Why include guards gives no effect for me? Am I missing something?

MainGame.h
#ifndef MainGame_h
#define MainGame_h
#include <string>
#include <sstream>
#include "Horde3D.h"
//definitions

No comments:

Post a Comment