mirror of
https://github.com/dimoniche/solarium.vlad.git
synced 2026-01-29 20:43:31 +03:00
12 lines
216 B
C
12 lines
216 B
C
#ifndef _APP_VLAD_H_
|
|
#define _APP_VLAD_H_
|
|
|
|
#include <includes.h>
|
|
|
|
|
|
extern void AppInitVlad(void);
|
|
extern void AppVladEventProcess(CPU_INT32U event);
|
|
extern void PlayMusicFile(int file_index);
|
|
|
|
#endif // _APP_VLAD_H_
|