X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2FCClient.hpp;h=2a23f155580d49ee96892a27714d116e5e1a6768;hb=ba78deafcc3016555469ed263d7a0370fa99db4b;hp=24e7dabad717b205eb030c21f13a0557f3fd7c43;hpb=8b16265b4394af76f64c30393e27d08c294c4bac;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/include/CClient.hpp b/Usermode/Applications/axwin4_src/Server/include/CClient.hpp index 24e7daba..2a23f155 100644 --- a/Usermode/Applications/axwin4_src/Server/include/CClient.hpp +++ b/Usermode/Applications/axwin4_src/Server/include/CClient.hpp @@ -12,6 +12,7 @@ #include "serialisation.hpp" #include #include +#include "IFontFace.hpp" namespace AxWin { @@ -34,6 +35,8 @@ public: CWindow* GetWindow(int ID); void SetWindow(int ID, CWindow* window); + IFontFace& GetFont(unsigned int id); + virtual void SendMessage(CSerialiser& reply) = 0; void HandleMessage(CDeserialiser& message); };