doc: Complete documentation for VideoStreams
Also quick clean up of the matching C++ files.
This commit is contained in:
@ -73,7 +73,7 @@ public:
|
||||
class AudioStreamOGGVorbis : public AudioStream {
|
||||
|
||||
GDCLASS(AudioStreamOGGVorbis, AudioStream);
|
||||
OBJ_SAVE_TYPE(AudioStream) //children are all saved as AudioStream, so they can be exchanged
|
||||
OBJ_SAVE_TYPE(AudioStream); // Saves derived classes with common type so they can be interchanged.
|
||||
RES_BASE_EXTENSION("oggstr");
|
||||
|
||||
friend class AudioStreamPlaybackOGGVorbis;
|
||||
|
||||
Reference in New Issue
Block a user