![]() |
Blamite Game Engine - blam!
00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
|
This was planned to be a chat client that would connect to some sort of java-based chat server. More...
#include <jtchat.hpp>
Public Member Functions | |
JTChat () | |
Empty constructor. More... | |
~JTChat () | |
Empty destructor. More... | |
void | Draw () |
Draws the window. More... | |
![]() | |
ImGUIDrawingGroup () | |
Empty constructor. More... | |
~ImGUIDrawingGroup () | |
Empty destructor. More... | |
bool * | Show () |
Retrieves whether or not this item should be shown. More... | |
Additional Inherited Members | |
![]() | |
bool | show = false |
Controls whether or not the group should be shown. May not be used in all groups. More... | |
This was planned to be a chat client that would connect to some sort of java-based chat server.
The feature was originally going to be developed by a former team member, known as JT (aka Job) before his departure - hence the name of the class being 'JTChat'.
He had no real understanding of the codebase, and I had no real understanding of networking - and still don't. He simply instructed me (haloman30) to create some sort of UI and he'd do the rest. As you can guess, it never happened. What fun!
|
inline |
Empty constructor.
|
inline |
Empty destructor.
|
inlinevirtual |
Draws the window.
Reimplemented from Blam::DebugUI::ImGUIDrawingGroup.