Skip to content

Commit

Permalink
feat(api): [openal] add extensions; [generator] throw error for not-f…
Browse files Browse the repository at this point in the history
…ound optional functions
  • Loading branch information
squid233 committed Jan 7, 2025
1 parent d9fc263 commit 51ea412
Show file tree
Hide file tree
Showing 76 changed files with 8,715 additions and 962 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The formatted code:
*/
```
;
- The class names **MUST** be CamelCase;
- The class names **MUST** be CamelCase except for generated sources;
- The method and field names _should_ be camelCase; this restriction can be widened for non-public APIs;
- Other rules specified in [.editorconfig](.editorconfig).

Expand Down
2 changes: 1 addition & 1 deletion doc/notes/0.x/0.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This version includes the following features:
- stb features introduced in README
- Native memory access for JOML
- Native File Dialog Extended
- OpenAL
- OpenAL and extensions
Loading

0 comments on commit 51ea412

Please sign in to comment.