File: player.h

package info (click to toggle)
sidplay 1.36.28-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,192 kB
  • ctags: 1,674
  • sloc: cpp: 12,514; sh: 1,716; makefile: 223
file content (16 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// /home/ms/source/sidplay/libsidplay/include/RCS/player.h,v
//

#ifndef PLAYER_H
#define PLAYER_H


#include "compconf.h"
#include "mytypes.h"
#include "emucfg.h"
#include "sidtune.h"
#include "version.h"


#endif