Forum: Computer Programming
01-05-2013, 07:52 PM
|
|
Replies: 0
Views: 895
Help with game code.
Hello, i have my game client and i need some help.
This is the code of the login window :
#ifndef LOGIN_H
#define LOGIN_H
#include "gui/widgets/window.h"
#include...
|