Fixed VS compiler problems and warnings.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4361 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2009-12-29 23:59:51 +00:00
parent de968f2df2
commit e47cc19b85

View File

@@ -16,12 +16,14 @@
#include "graphics/stars.hpp"
#include <cmath>
#include "irrlicht.h"
#include "graphics/irr_driver.hpp"
#include "graphics/material.hpp"
#include "graphics/material_manager.hpp"
#include "irrlicht.h"
#include <cmath>
#include "utils/constants.hpp"
const int STAR_AMOUNT = 7;
const float RADIUS = 0.7f;