diff src/dmresw.c @ 1881:73545a442ffe

Move dmresw function declarations to dmres.h
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 25 Jun 2018 13:00:40 +0300
parents 0cac3360a0aa
children 9807ae37ad69
line wrap: on
line diff
--- a/src/dmresw.c	Mon Jun 25 03:07:26 2018 +0300
+++ b/src/dmresw.c	Mon Jun 25 13:00:40 2018 +0300
@@ -4,7 +4,7 @@
  * Programmed and designed by Matti 'ccr' Hamalainen
  * (C) Copyright 2011-2015 Tecnic Software productions (TNSP)
  */
-#include "dmresw.h"
+#include "dmres.h"
 
 
 BOOL dmf_write_str(DMResource *fh, const void *data, const size_t len)