ADD; added Marshmellow42 's fixes for indala and stuff.

CHG: updated the CHANGELOG.md
This commit is contained in:
iceman1001 2016-03-06 07:56:44 +01:00
commit eb891c385e
7 changed files with 68 additions and 55 deletions

View file

@ -11,6 +11,12 @@
#ifndef CMDDATA_H__
#define CMDDATA_H__
#include <stdlib.h> //size_t
#include <stdint.h> //uint_32+
#include <stdbool.h> //bool
#include "cmdparser.h" // for command_t
command_t * CmdDataCommands();
int CmdData(const char *Cmd);