DEADSOFTWARE

render: remove from render some common types
[d2df-sdl.git] / src / game / opengl / r_items.pas
index a738b4d2e84d0e8244ceec493cd6db2644ce8ffa..6e3dfee703f939d272ffa52604a0c3a1bd005d5d 100644 (file)
@@ -12,7 +12,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *)
-{$INCLUDE ../shared/a_modes.inc}
+{$INCLUDE ../../shared/a_modes.inc}
 unit r_items;
 
 interface
@@ -24,9 +24,9 @@ implementation
 
   uses
     SysUtils, Classes, Math,
-    e_graphics,
+    r_graphics,
     MAPDEF,
-    g_basic, g_game,
+    g_base, g_basic, g_game,
     g_items
   ;