aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/c_defs.go3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0cb641..9842d3f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# ========================
#
# go2work: Makefile
-# Wed Mar 30 01:26:09 CEST 2022
+# Wed Mar 30 13:26:48 CEST 2022
# Joe
#
# GNU Makefile
diff --git a/src/c_defs.go b/src/c_defs.go
index 41174b9..9e9feef 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -39,7 +39,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* go2work: src/c_defs.go
- * Wed Mar 30 13:02:47 CEST 2022
+ * Wed Mar 30 13:33:39 CEST 2022
* Joe
*
* Definitions.
@@ -63,6 +63,7 @@ const (
func DEF_FILES() []string {
return []string{
"/usr/home/jozan/mu/progressive/progressive_black_metal/deathspell_omega/2010_paracletus/02_wings_of_predation.flac",
+ "/usr/home/jozan/docs/dr2_art/sounds/sfx/broking_cursed_object.wav",
}
}