compilation warning fixes
This commit is contained in:
parent
db36920c41
commit
68535f7b83
2
src/fs.h
2
src/fs.h
|
@ -25,8 +25,6 @@
|
||||||
#include <tic80_types.h>
|
#include <tic80_types.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
typedef struct FileSystem FileSystem;
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
FS_FILE_NOT_ADDED,
|
FS_FILE_NOT_ADDED,
|
||||||
|
|
|
@ -27,9 +27,9 @@
|
||||||
#include "defines.h"
|
#include "defines.h"
|
||||||
|
|
||||||
#define TIC_VERSION_MAJOR 0
|
#define TIC_VERSION_MAJOR 0
|
||||||
#define TIC_VERSION_MINOR 70
|
#define TIC_VERSION_MINOR 80
|
||||||
#define TIC_VERSION_PATCH 6
|
#define TIC_VERSION_PATCH 0
|
||||||
#define TIC_VERSION_STATUS ""
|
#define TIC_VERSION_STATUS "-dev"
|
||||||
|
|
||||||
#if defined(TIC80_PRO)
|
#if defined(TIC80_PRO)
|
||||||
#define TIC_VERSION_POST " Pro"
|
#define TIC_VERSION_POST " Pro"
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "studio.h"
|
#include "studio.h"
|
||||||
|
#include "map.h"
|
||||||
|
|
||||||
typedef struct Map Map;
|
|
||||||
typedef struct World World;
|
typedef struct World World;
|
||||||
|
|
||||||
struct World
|
struct World
|
||||||
|
|
Loading…
Reference in New Issue