Skip to content

Commit

Permalink
fixed type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Sep 14, 2012
1 parent 247aa99 commit b903e7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/SDL/Mixer/Channels.pm6
@@ -1,10 +1,9 @@

module SDL::Mixer::Channels;

use NativeCall;

# native calls to libSDL_mixer
# Note: 'is symbol' we be called 'is named' in future
# Note: 'is symbol' will be called 'is named' in future
our sub volume( int, int ) returns Int is native('libSDL_mixer') is symbol('Mix_Volume') { * }
our sub allocate( int ) returns Int is native('libSDL_mixer') is symbol('Mix_AllocateChannels') { * }
our sub finished( Code &callback(int) ) returns Int is native('libSDL_mixer') is symbol('Mix_ChannelFinished') { * }
Expand Down

0 comments on commit b903e7c

Please sign in to comment.