TITANIC: Fleshed out DirectDrawSurface creation

This commit is contained in:
Paul Gilbert 2016-03-14 20:03:32 -04:00
parent bc1585ccee
commit 041c6475d6
11 changed files with 166 additions and 18 deletions

View file

@ -118,4 +118,8 @@ void CGameObject::load(SimpleFile *file) {
CNamedItem::load(file);
}
void CGameObject::fn2() {
error("TODO");
}
} // End of namespace Titanic