X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fopengl%2Fr_console.pas;h=1d5081efaa2975ed967e95eff00af459d3b87533;hb=f4de0d349a282253a43c8dcf7cd69e098657c312;hp=194efe18427f70edc2679efdb2f4a85f44f7ece3;hpb=e38d4f7bc547f5c22852c550e96a237d1b6e93ba;p=d2df-sdl.git diff --git a/src/game/opengl/r_console.pas b/src/game/opengl/r_console.pas index 194efe1..1d5081e 100644 --- a/src/game/opengl/r_console.pas +++ b/src/game/opengl/r_console.pas @@ -12,7 +12,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . *) -{$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, conbuf, - g_main, g_console, g_game, g_menu, g_textures + g_base, g_console, g_game, g_menu, g_textures ; (* ====== Console ====== *)