repo.or.cz
/
naev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://github.com/BTAxis/naev into testmission
[naev.git]
/
src
/
nlua_music.h
blob
aea669e951e43c5815d6dc5394eb9eade9785987
1
/*
2
* See Licensing and Copyright notice in naev.h
3
*/
4
5
6
7
#ifndef NLUA_MUSIC_H
8
# define NLUA_MUSIC_H
9
10
11
#include
"lua.h"
12
13
14
/*
15
* lua control
16
*/
17
int
nlua_loadMusic
(
lua_State
*
L
,
int
read_only
);
18
19
20
#endif
/* NLUA_MUSIC_H */