]> 4ch.mooo.com Git - 16.git/commitdiff
modified: sparky4.do
authorsparky4 <sparky4@cock.li>
Wed, 15 Jul 2015 18:03:21 +0000 (13:03 -0500)
committersparky4 <sparky4@cock.li>
Wed, 15 Jul 2015 18:03:21 +0000 (13:03 -0500)
modified:   src/lib/16_snd.c
modified:   src/lib/16_snd.h

sparky4.do
src/lib/16_snd.c
src/lib/16_snd.h

index 2fd3aab7c799d136b74f93ae90a667f15b4f2166..fc3ea8c405a18e7e047d86cac6b78af8b5b20742 100644 (file)
@@ -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!
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7e6b644481a2fdd7e48ff13c74796ebfbf76d5e9 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>, or
+ * write to the Free Software Foundation, Inc., 51 Franklin Street,
+ * Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..6abbe5d33895df512699b7d9d74549b948e02cf5 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>, 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