DEADSOFTWARE

render: move textures loaders to render
[d2df-sdl.git] / src / game / opengl / r_console.pas
index 194efe18427f70edc2679efdb2f4a85f44f7ece3..1204fcda617d533c1654580f3c5e785f79613178 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_console;
 
 interface
@@ -25,9 +25,9 @@ implementation
 
   uses
     SysUtils, Classes, Math,
-    e_log, e_graphics,
+    e_log, r_graphics, g_options, r_textures,
     conbuf,
-    g_main, g_console, g_game, g_menu, g_textures
+    g_base, g_console, g_game, g_menu
   ;
 
 (* ====== Console ====== *)