mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 11:55:28 -04:00
64e6860718
Updated copyrights.
19 lines
396 B
C++
19 lines
396 B
C++
/**
|
|
|
|
GDevelop - Common Dialogs Extension
|
|
Copyright (c) 2008-2015 Florian Rival (Florian.Rival@gmail.com)
|
|
This project is released under the MIT License.
|
|
*/
|
|
#ifndef NWIDGETS_ALL_SOURCe_
|
|
#define NWIDGETS_ALL_SOURCe_
|
|
|
|
#include "ColorBox.cpp"
|
|
#include "MessageBox.cpp"
|
|
#include "OpenFile.cpp"
|
|
#include "nStyle.cpp"
|
|
#include "YesNoMsgBox.cpp"
|
|
#include "TextInput.cpp"
|
|
|
|
#endif // NWIDGETS_ALL_SOURCe_
|
|
|