mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:56:17 +03:00
21 lines
259 B
C++
21 lines
259 B
C++
//
|
|
// Copyright(c) 2016-2017 benikabocha.
|
|
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
|
//
|
|
|
|
#include "Log.h"
|
|
#include "UnicodeUtil.h"
|
|
|
|
#include <iostream>
|
|
|
|
#if _WIN32
|
|
|
|
#include <Windows.h>
|
|
|
|
#endif // _WIN32
|
|
|
|
namespace saba
|
|
{
|
|
|
|
}
|