~armagetronad-dev/armagetronad/0.4-armagetronad-fortress_ai

« back to all changes in this revision

Viewing changes to src/macosx/AAGrowlBridge.h

  • Committer: Manuel Moos
  • Date: 2019-10-11 21:15:52 UTC
  • mfrom: (2341.1.771 master)
  • Revision ID: z-man@users.sf.net-20191011211552-nt5bcs279pcmyodk
MergeĀ fromĀ 0.4/master

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
 *************************************************************************
4
 
 
5
 
 ArmageTron -- Just another Tron Lightcycle Game in 3D.
6
 
 Copyright (C) 2005  by 
7
 
 and the AA DevTeam (see the file AUTHORS(.txt) in the main source directory)
8
 
 
9
 
 **************************************************************************
10
 
 
11
 
 This program is free software; you can redistribute it and/or
12
 
 modify it under the terms of the GNU General Public License
13
 
 as published by the Free Software Foundation; either version 2
14
 
 of the License, or (at your option) any later version.
15
 
 
16
 
 This program is distributed in the hope that it will be useful,
17
 
 but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 
 GNU General Public License for more details.
20
 
 
21
 
 You should have received a copy of the GNU General Public License
22
 
 along with this program; if not, write to the Free Software
23
 
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
24
 
 
25
 
 ***************************************************************************
26
 
 
27
 
 */
28
 
 
29
 
#ifndef __AAGrowlBridge_H__
30
 
#define __AAGrowlBridge_H__
31
 
 
32
 
class tString;
33
 
 
34
 
void Growl(tString title, tString message);
35
 
 
36
 
#endif // __AAGrowlBridge_H__