mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-19 06:02:03 +00:00
make sure fluid_file_callbacks_t is recognized by doxygen
This commit is contained in:
parent
ae29be83d8
commit
6cdcf5137e
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ struct _fluid_sfloader_t {
|
|||
fluid_sfont_t* (*load)(fluid_sfloader_t* loader, const char* filename);
|
||||
};
|
||||
|
||||
/**
|
||||
* File callback structure to enable custom soundfont loading (e.g. from memory).
|
||||
*/
|
||||
struct _fluid_file_callbacks_t {
|
||||
/**
|
||||
* Opens the file indicated by \c path in binary read mode.
|
||||
|
|
Loading…
Reference in a new issue