src/tron/gFriends.h File Reference

#include "tString.h"
#include "tList.h"
#include "tConfiguration.h"
#include <memory>

Include dependency graph for gFriends.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gFriends

Defines

#define MAX_FRIENDS   10

Functions

bool getFriendsEnabled ()
void FriendsToggle ()
tStringgetFriends ()


Define Documentation

#define MAX_FRIENDS   10

Definition at line 33 of file gFriends.h.

Referenced by gFriends::FriendsMenu(), gFriends::gFriends(), and gServerMenu::Update().


Function Documentation

void FriendsToggle (  ) 

Definition at line 70 of file gFriends.cpp.

References sg_enableFriends.

Referenced by gServerMenu::HandleEvent().

00071 {
00072         if (sg_enableFriends)
00073                 sg_enableFriends = false;
00074         else
00075         sg_enableFriends = true;
00076 }

Here is the caller graph for this function:

tString* getFriends (  ) 

Definition at line 78 of file gFriends.cpp.

References gFriends::friends.

Referenced by gServerMenu::Update().

00079 {
00080         return sg_friends.friends;
00081 }

Here is the caller graph for this function:

bool getFriendsEnabled (  ) 

Definition at line 65 of file gFriends.cpp.

References sg_enableFriends.

Referenced by gBrowserMenuItem::RenderBackground(), and gServerMenu::Update().

00066 {
00067         return sg_enableFriends;
00068 }

Here is the caller graph for this function:


Generated on Sat Mar 15 23:15:25 2008 for Armagetron Advanced by  doxygen 1.5.4