Hi,
I have a simple header, but its use stuffs from the XNAMATH header, so I included it in my main.cpp. but now that I need to include the header into another cpp file, but it gives me tons of error when I try to compile it. am guessing the problem is that by including xnamath twice same thing gets defined twice which creates these bunch of error's. but how am suppose to use my header which require xnamath without include xnamath twice?