prepare to add effect descriptions

This commit is contained in:
tildearrow 2022-01-20 13:48:20 -05:00
parent 8d1e14e844
commit 751f6d025a
4 changed files with 75 additions and 1 deletions

View file

@ -209,6 +209,13 @@ class DivDispatch {
*/
virtual int getPortaFloor(int ch);
/**
* get a description of a dispatch-specific effect.
* @param effect the effect.
* @return the description, or NULL if effect is invalid.
*/
virtual const char* getEffectName(unsigned char effect);
/**
* set the region to PAL.
* @param pal whether to set it to PAL.