compilation warning fixes

This commit is contained in:
nesbox 2018-09-17 00:36:00 +03:00
parent db36920c41
commit 68535f7b83
3 changed files with 4 additions and 6 deletions

View File

@ -25,8 +25,6 @@
#include <tic80_types.h>
#include <string.h>
typedef struct FileSystem FileSystem;
typedef enum
{
FS_FILE_NOT_ADDED,

View File

@ -27,9 +27,9 @@
#include "defines.h"
#define TIC_VERSION_MAJOR 0
#define TIC_VERSION_MINOR 70
#define TIC_VERSION_PATCH 6
#define TIC_VERSION_STATUS ""
#define TIC_VERSION_MINOR 80
#define TIC_VERSION_PATCH 0
#define TIC_VERSION_STATUS "-dev"
#if defined(TIC80_PRO)
#define TIC_VERSION_POST " Pro"

View File

@ -23,8 +23,8 @@
#pragma once
#include "studio.h"
#include "map.h"
typedef struct Map Map;
typedef struct World World;
struct World