forked from TheAmazingAudioEngine/TheAmazingAudioEngine2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrote AEArrayEnumerate to be easier to debug
Note that the code block should now follow the AEArrayEnumeratePointers/AEArrayEnumerateObjects call, not be its fourth argument: AEArrayEnumeratePointers(array, MyType *, item) { foo(item); }
- Loading branch information
1 parent
5c1b675
commit 815978f
Showing
3 changed files
with
45 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters