OSDN Git Service

[CONFIG] Fix forgetting data of config file.Maybe fixed (;´Д`)
[csp-qt/common_source_project-fm7.git] / source / src / config_dll.cpp
1 /*
2   Note: This file is only for DLL.
3         Author : Kyuma.Ohta <whatisthis.sowhat@gmail.com>
4         Date   : 2020.10.11 -
5   */
6 #if defined(_USE_QT)
7 #include <string>
8 #include <vector>
9 #include "fileio.h"
10 #include "csp_logger.h"
11 #include "qt_main.h"
12 # if defined(Q_OS_WIN)
13 # include <windows.h>
14 # endif
15 extern CSP_Logger *csp_logger;
16 #endif
17
18 #include <stdlib.h>
19 #include <stdio.h>
20 #include "common.h"
21 #include "config.h"
22 #include "fileio.h"
23
24 config_t DLL_PREFIX config;