main renamed to system

This commit is contained in:
BADIM-PC\Vadim
2018-02-14 15:16:33 +03:00
parent 7b9551f2a0
commit b60b0c7de3
6 changed files with 10 additions and 10 deletions

View File

@@ -36,7 +36,7 @@
#include "defines.h"
#include "tools.h"
#include "ext/file_dialog.h"
#include "main.h"
#include "system.h"
#define TIC_LOCAL ".local/"
#define TIC_CACHE TIC_LOCAL "cache/"

View File

@@ -1,4 +1,4 @@
#include "main.h"
#include "system.h"
#include "studio.h"
#include "net.h"
#include <SDL.h>