mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-22 19:18:30 +00:00
15 lines
190 B
C++
15 lines
190 B
C++
#pragma once
|
|
#ifndef GWEN_CONTROLS_DIALOGS_QUERY_H
|
|
#define GWEN_CONTROLS_DIALOGS_QUERY_H
|
|
|
|
#include "Gwen/Gwen.h"
|
|
|
|
namespace Gwen
|
|
{
|
|
namespace Dialogs
|
|
{
|
|
//TODO. YesNo, Ok etc
|
|
}
|
|
}
|
|
#endif
|