mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
- expose animatesprite set of functions to new renderer as a callback.
This commit is contained in:
parent
0b1e81023f
commit
be7bca8e9e
10 changed files with 33 additions and 18 deletions
|
@ -102,7 +102,7 @@ struct GameInterface
|
|||
virtual int chaseCamX(binangle ang) { return 0; }
|
||||
virtual int chaseCamY(binangle ang) { return 0; }
|
||||
virtual int chaseCamZ(fixedhoriz horiz) { return 0; }
|
||||
virtual void processSprites(int viewx, int viewy, int viewz, binangle viewang, double smoothRatio) {}
|
||||
virtual void processSprites(int viewx, int viewy, int viewz, binangle viewang, double smoothRatio) = 0;
|
||||
|
||||
virtual FString statFPS()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue