FULLPIPE: Implement ModalFinal

This commit is contained in:
Eugene Sandulenko 2014-01-24 07:21:50 -08:00
parent ce383aca1e
commit 89640976c4
5 changed files with 141 additions and 2 deletions

View file

@ -1295,4 +1295,8 @@ DynamicPhase *Shadows::findSize(int width, int height) {
return _items[idx].dynPhase;
}
void FullpipeEngine::drawAlphaRectangle(int x1, int y1, int x2, int y2, int alpha) {
warning("STUB: FullpipeEngine::drawAlphaRectangle()");
}
} // End of namespace Fullpipe