+/*
+ * configscan.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#include <stdio.h>
#include <stdlib.h>
+/*
+ * configscan.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#ifndef __CONFIGSCAN_H__
#define __CONFIGSCAN_H__
+/*
+ * general.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#include <string.h> // memset()
#include <stdio.h>
+/*
+ * general.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#ifndef __RCOGENERAL_H__
#define __RCOGENERAL_H__
+/*
+ * globaldefs.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
/*** For rcomain.h ***/
#include "rcomain.h"
+/*
+ * main.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#include <stdlib.h>
#include <stdio.h>
+/*
+ * rcodump.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#include <stdlib.h>
#include <stdio.h>
+/*
+ * rcodump.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#ifndef __RCODUMP_H__
#define __RCODUMP_H__
+/*
+ * rcofile.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#ifndef __RCOFILE_H__
#define __RCOFILE_H__
+/*
+ * rcomain.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#include <stdlib.h>
#include <string.h>
+/*
+ * rcomain.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#ifndef __RCOMAIN_H__
#define __RCOMAIN_H__
+/*
+ * rcoreader.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#include <stdlib.h>
#include <string.h>
+/*
+ * rcowriter.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
// main todos: src duplication checker in rco_write_resource()
#include <stdlib.h> // malloc & free
+/*
+ * rlzpack.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#include <string.h>
#include <stdlib.h>
+/*
+ * rlzpack.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
#ifndef __RLZPACK__
#define __RLZPACK__
int rlzcompress (void *output, int inlen, void *input, unsigned char mode);
+/*
+ * strfuncs.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
// stupid MSVC
#include <string.h>
#ifdef WIN32
+/*
+ * vaghandler.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
/**
** A big thanks goes to highboy for his VAG <-> WAV sample code, which this file is based upon
+/*
+ * vaghandler.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
#include "general.h"
uint8_t vag2wav (const char *fWav, int numChannels, int *vagLen, void **vagData);
int wav2vag (const char *fWav, uint32_t * len, void **vagData, const char *vagName);
+/*
+ * vsmx.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#include <stdio.h>
#include <stdlib.h>
+/*
+ * vsmx.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#ifndef __VSMX_H__
#define __VSMX_H__
+/*
+ * xml.h - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
#ifndef __RCOXML_H__
#define __RCOXML_H__
+/*
+ * xmlread.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
+
// TODO: replace xmlstrcmp with strcasecmp
#define LIBXML_STATIC
+/*
+ * xmlwrite.c - This file is part of RCOMage
+ *
+ * Copyright (C) ZiNgA BuRgA <zingaburga@hotmail.com>
+ *
+ * This software is distributed under the terms of the GNU Lesser General Public
+ * License ("LGPL") version 2.1, as published by the Free Software Foundation.
+ */
// TODO: htmlspecialchars anywhere?