X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Faudio.cpp;h=2def9d201a77831c9e23e560dab9f45ab28fd25d;hp=ad46a6de6e5a6287cf565bfddfb63cdfbe634649;hb=12e2c29153a0f55ac23bdeec06b404638672985b;hpb=0fe37e9c318904715493dc9c894f658c43e6178e diff --git a/libctsupport/audio.cpp b/libctsupport/audio.cpp index ad46a6d..2def9d2 100644 --- a/libctsupport/audio.cpp +++ b/libctsupport/audio.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: audio.cpp,v 1.1 2000/06/19 02:58:08 kevin Exp $ +** $Id: audio.cpp,v 1.2 2000/06/19 19:04:05 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -25,7 +25,7 @@ * beep() */ -#include "cio.h" +#include "ctsupport.h" void cio_beep (void) { @@ -41,9 +41,6 @@ void cio_beep (void) * double length duration to play note in seconds */ -#include -#include "cio.h" - void cio_tone (double freq, double length) {