prepare to add effect descriptions
This commit is contained in:
parent
8d1e14e844
commit
751f6d025a
4 changed files with 75 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue