comparison src/xs_sidplay1.cc @ 691:c21908e9e7d7

Indentation.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 09:22:31 +0300
parents b0743dc9165d
children 06db79680afe
comparison
equal deleted inserted replaced
690:5066bced5160 691:c21908e9e7d7
50 extern "C" { 50 extern "C" {
51 51
52 52
53 /* Return song information 53 /* Return song information
54 */ 54 */
55 #define TFUNCTION xs_sidplay1_getinfo 55 #define TFUNCTION xs_sidplay1_getinfo
56 #define TFUNCTION2 xs_sidplay1_updateinfo 56 #define TFUNCTION2 xs_sidplay1_updateinfo
57 #define TTUNEINFO sidTuneInfo 57 #define TTUNEINFO sidTuneInfo
58 #define TTUNE sidTune 58 #define TTUNE sidTune
59 #define TENGINE xs_sidplay1_t 59 #define TENGINE xs_sidplay1_t
60 #include "xs_sidplay.h" 60 #include "xs_sidplay.h"
61 61
62 62
63 /* Check if we can play the given file 63 /* Check if we can play the given file
64 */ 64 */