X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fopengl%2Fr_console.pas;h=e7a0b6a81e28522ef7b1c2e9e6c3f64998629065;hb=c5684c0c980bb96fd4fd0efae4d48cdeb469c8ff;hp=194efe18427f70edc2679efdb2f4a85f44f7ece3;hpb=83ba12ea2028427bb2e8c1c362294e04c1d55008;p=d2df-sdl.git diff --git a/src/game/opengl/r_console.pas b/src/game/opengl/r_console.pas index 194efe1..e7a0b6a 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, conbuf, - g_main, g_console, g_game, g_menu, g_textures + g_base, g_main, g_console, g_game, g_menu, g_textures ; (* ====== Console ====== *)