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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user