From: sparky4 Date: Wed, 15 Jul 2015 18:03:21 +0000 (-0500) Subject: modified: sparky4.do X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=46bf49691f3f282718028959eb06466b2c7f3cbc;hp=9ada0e848c6a1a951a4325d66532282e00238d17;p=16.git modified: sparky4.do modified: src/lib/16_snd.c modified: src/lib/16_snd.h --- diff --git a/sparky4.do b/sparky4.do index 2fd3aab7..fc3ea8c4 100644 --- a/sparky4.do +++ b/sparky4.do @@ -1,4 +1,12 @@ todo of sparky4 -use space -rm segmlen +use space?? +rm segmlen ok? code it! thw cuttef + + +what? + +sound! +font! +jis! +memory segmentation! diff --git a/src/lib/16_snd.c b/src/lib/16_snd.c index e69de29b..7e6b6444 100644 --- a/src/lib/16_snd.c +++ b/src/lib/16_snd.c @@ -0,0 +1,21 @@ +/* Project 16 Source Code~ + * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * + * This file is part of Project 16. + * + * Project 16 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ diff --git a/src/lib/16_snd.h b/src/lib/16_snd.h index e69de29b..6abbe5d3 100644 --- a/src/lib/16_snd.h +++ b/src/lib/16_snd.h @@ -0,0 +1,28 @@ +/* Project 16 Source Code~ + * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * + * This file is part of Project 16. + * + * Project 16 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + +#ifndef __16_SND_H_ +#define __16_SND_H_ + +#include "src/lib/16_head.h" + +#endif /*__16_SND_H_*/ \ No newline at end of file