File: template.cpp

package info (click to toggle)
attal 1.0~rc1%2Bcvs20080318-2.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,272 kB
  • ctags: 7,362
  • sloc: cpp: 54,679; sh: 254; ansic: 100; makefile: 49
file content (40 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/****************************************************************
**
** Attal : Lords of Doom
**
** template.cpp
** this is a template for all .cpp files
**
** Version : $Id: template.cpp,v 1.1 2003/06/18 18:10:57 audoux Exp $
**
** Author(s) : Pascal Audoux
**
** Date : 05/01/2002
**
** Licence :    
**	This program is free software; you can redistribute it and/or modify
**   	it under the terms of the GNU General Public License as published by
**     	the Free Software Foundation; either version 2, or (at your option)
**      any later version.
**
**	This program is distributed in the hope that it will be useful,
** 	but WITHOUT ANY WARRANTY; without even the implied warranty of
**	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
**	GNU General Public License for more details.
**
****************************************************************/

#include "template.h"
 
// generic include files
// include files for QT
// application specific include files


/** add comments here */
ClassName::ClassName()
{
	// internal comments
	
}