~illusions-hu/soundbox/trunk

« back to all changes in this revision

Viewing changes to scr/connector/co_connectarray.h

  • Committer: illusions.hu at gmail
  • Date: 2010-12-18 10:09:41 UTC
  • Revision ID: illusions.hu@gmail.com-20101218100941-qygg337sqghpxoz2
Connector files added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
Copyright (C) 2010 Laszlo Simon <laszlo.simon@gmail.com>
 
3
                   Esthefan Maleki <illusions.hu@gmail.com>
 
4
This file is part of the SOUNDBOX project.
 
5
 
 
6
SOUNDBOX is free software: you can redistribute it and/or modify
 
7
it under the terms of the GNU General Public License as published by
 
8
the Free Software Foundation version 3 of the License.
 
9
 
 
10
SOUNDBOX is distributed in the hope that it will be useful,
 
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
13
GNU General Public License for more details.
 
14
 
 
15
You should have received a copy of the GNU General Public License
 
16
along with SOUNDBOX. If not, see <http://www.gnu.org/licenses/>.
 
17
 
 
18
See http://www.illusions.hu for further details.
 
19
*****************************************************************************/
 
20
 
 
21
#ifndef CO_CONNECTARRAY_H
 
22
#define CO_CONNECTARRAY_H
 
23
 
 
24
class TGConnectArray { 
 
25
  TGConnect[] element;
 
26
  TGConnectArray(int size);
 
27
}
 
28
 
 
29
#endif // CO_CONNECTARRAY_H
 
 
b'\\ No newline at end of file'