From 342c9ea0fd04e69c086d090b7bede0413eb086f5 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 6 Mar 2020 13:52:05 +0100 Subject: [PATCH] Add portable-file-dialogs submodule to 3rdparty. --- .gitmodules | 4 ++++ include/lol/3rdparty/portable-file-dialogs | 1 + include/lol/base/dialogs.h | 21 +++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 160000 include/lol/3rdparty/portable-file-dialogs create mode 100644 include/lol/base/dialogs.h diff --git a/.gitmodules b/.gitmodules index 82b1ecc9..514c116a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = include/lol/3rdparty/mingw-std-threads url = ../../lolengine/ext-mingw-std-threads.git branch = master +[submodule "portable-file-dialogs"] + path = include/lol/3rdparty/portable-file-dialogs + url = ../../samhocevar/portable-file-dialogs.git + branch = master diff --git a/include/lol/3rdparty/portable-file-dialogs b/include/lol/3rdparty/portable-file-dialogs new file mode 160000 index 00000000..5c614395 --- /dev/null +++ b/include/lol/3rdparty/portable-file-dialogs @@ -0,0 +1 @@ +Subproject commit 5c6143956e27310668adec831628e896eddd8329 diff --git a/include/lol/base/dialogs.h b/include/lol/base/dialogs.h new file mode 100644 index 00000000..c4c42480 --- /dev/null +++ b/include/lol/base/dialogs.h @@ -0,0 +1,21 @@ +// +// Lol Engine +// +// Copyright © 2010—2020 Sam Hocevar +// +// Lol Engine is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. +// + +#pragma once + +// +// The Portable File Dialogs classes +// ————————————————————————————————— +// + +#include "../3rdparty/portable-file-dialogs/portable-file-dialogs.h" +