Files
bullet3/btgui/Gwen/Controls/Dialogs/Query.h
2013-03-12 23:52:31 -07:00

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