Moved GameOptions.h into the precompiled header. Shaves almost 20 seconds off my build times.

This commit is contained in:
wrenczes@gmail.com
2011-04-20 07:50:00 +00:00
parent a44bd2ffd5
commit fc0a59a14e
23 changed files with 5 additions and 20 deletions

View File

@@ -1,7 +1,6 @@
#include "PrecompiledHeader.h"
#include "MenuItem.h"
#include "GameOptions.h"
#include "Translate.h"
MenuItem::MenuItem(int id, WFont *font, string text, float x, float y, JQuad * _off, JQuad * _on, const char * particle,