Browse Source

Add portable-file-dialogs submodule to 3rdparty.

wip/core-clipp
Sam Hocevar 4 years ago
parent
commit
342c9ea0fd
3 changed files with 26 additions and 0 deletions
  1. +4
    -0
      .gitmodules
  2. +1
    -0
      include/lol/3rdparty/portable-file-dialogs
  3. +21
    -0
      include/lol/base/dialogs.h

+ 4
- 0
.gitmodules View File

@@ -6,3 +6,7 @@
path = include/lol/3rdparty/mingw-std-threads path = include/lol/3rdparty/mingw-std-threads
url = ../../lolengine/ext-mingw-std-threads.git url = ../../lolengine/ext-mingw-std-threads.git
branch = master branch = master
[submodule "portable-file-dialogs"]
path = include/lol/3rdparty/portable-file-dialogs
url = ../../samhocevar/portable-file-dialogs.git
branch = master

+ 1
- 0
include/lol/3rdparty/portable-file-dialogs

@@ -0,0 +1 @@
Subproject commit 5c6143956e27310668adec831628e896eddd8329

+ 21
- 0
include/lol/base/dialogs.h View File

@@ -0,0 +1,21 @@
//
// Lol Engine
//
// Copyright © 2010—2020 Sam Hocevar <sam@hocevar.net>
//
// 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"


Loading…
Cancel
Save