[Documentation] [TitleIndex] [WordIndex

API review

Proposer: Blaise

Present at review:

Question / concerns / comments

Enter your thoughts on the API and any questions / concerns you have here. Please sign your name. Anything you want to address in the API review should be marked down here before the start of the meeting.

SoundHandle sh;
sh.say("blah");
...
sh.stopsaying("blah");
sh.play(1);

I would prefer something like:

SoundHandle sh = play_sound::say("blah");
sh.stop();

sh = play_sound::play(1);

sh.say("blah");
sh.play(1);

Meeting agenda

To be filled out by proposer based on comments gathered during API review period

Conclusion

Package status change mark change manifest)



2023-10-28 13:05