This website requires JavaScript.
Explore
Help
Sign In
admin
/
ci-libretro-fceumm
Watch
1
Star
0
Fork
0
You've already forked ci-libretro-fceumm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f01eb2dc9f7c60f65dc85014cc1550e1400cf9e2
ci-libretro-fceumm
/
src
/
wave.h
7 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Add header guards
2014-03-30 22:50:28 +02:00
#
ifndef _FCEU_WAVE_H
#
define _FCEU_WAVE_H
Initial commit - http://sourceforge.net/p/fceumm/code/160/
2014-03-30 22:15:17 +02:00
void
FCEU_WriteWaveData
(
int32
*
Buffer
,
int
Count
)
;
Add header guards
2014-03-30 22:50:28 +02:00
#
endif
Reference in New Issue
Copy Permalink