aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-10-02 21:44:23 +1000
committerPaul Gilbert2012-10-02 21:44:23 +1000
commit28099ee00d2351a7b86646cc63c90cd953e8032b (patch)
tree081882f2c73996a83406b68bc927f7ccda64610e /engines/hopkins/graphics.h
parent0cd848b9a5e69746740b4afc6fe26065cf3a95b7 (diff)
downloadscummvm-rg350-28099ee00d2351a7b86646cc63c90cd953e8032b.tar.gz
scummvm-rg350-28099ee00d2351a7b86646cc63c90cd953e8032b.tar.bz2
scummvm-rg350-28099ee00d2351a7b86646cc63c90cd953e8032b.zip
HOPKINS: Added new LinesManager class with lots of line methods
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 4c76a7f15e..60c972957c 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -177,7 +177,6 @@ public:
void INI_ECRAN2(const Common::String &file);
void OPTI_INI(const Common::String &file, int a2);
void NB_SCREEN();
- int colision2_ligne(int a1, int a2, int *a3, int *a4, int a5, int a6);
};
} // End of namespace Hopkins