moved all item-related files into a new /items repository

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2385 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2008-10-28 01:46:35 +00:00
parent ba7adb18d7
commit 39bdf4f0b0
37 changed files with 2397 additions and 1711 deletions

View File

@@ -20,7 +20,7 @@
#include "modes/world.hpp"
#include "network/network_manager.hpp"
#include "network/race_state.hpp"
#include "projectile_manager.hpp"
#include "items/projectile_manager.hpp"
RaceState *race_state=NULL;

View File

@@ -26,7 +26,7 @@
#include "network/herring_info.hpp"
#include "network/flyable_info.hpp"
#include "kart_control.hpp"
#include "herring.hpp"
#include "items/herring.hpp"
#include "flyable.hpp"
#include "race_manager.hpp"
#include "kart.hpp"