UFO: Alien Invasion
Loading...
Searching...
No Matches
cl_irc.h
Go to the documentation of this file.
1
5
6/*
7All original material Copyright (C) 2002-2025 UFO: Alien Invasion.
8
9Most of this stuff comes from Warsow
10
11This program is free software; you can redistribute it and/or
12modify it under the terms of the GNU General Public License
13as published by the Free Software Foundation; either version 2
14of the License, or (at your option) any later version.
15
16This program is distributed in the hope that it will be useful,
17but WITHOUT ANY WARRANTY; without even the implied warranty of
18MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19
20See the GNU General Public License for more details.
21
22You should have received a copy of the GNU General Public License
23along with this program; if not, write to the Free Software
24Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
26*/
27
28#pragma once
29
30void Irc_Init(void);
31void Irc_Shutdown(void);
32void Irc_Logic_Frame(void);
void Irc_Shutdown(void)
Definition cl_irc.cpp:2006
void Irc_Init(void)
Definition cl_irc.cpp:1959
void Irc_Logic_Frame(void)
Definition cl_irc.cpp:1468