File: classes.h

package info (click to toggle)
ion3 20050502-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,188 kB
  • ctags: 5,450
  • sloc: ansic: 39,916; perl: 2,445; sh: 1,229; makefile: 639; ruby: 90
file content (24 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * ion/mod_floatws/classes.h
 *
 * Copyright (c) Tuomo Valkonen 2005. 
 *
 * Ion is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation; either version 2.1 of the License, or
 * (at your option) any later version.
 */

#ifndef ION_MOD_FLOATWS_CLASSES_H
#define ION_MOD_FLOATWS_CLASSES_H

/* Forward declarations of some classes to avoid problems
 * with the header system.
 */

#include <libtu/obj.h>

INTRCLASS(WFloatWS);
INTRCLASS(WFloatFrame);

#endif /* ION_MOD_FLOATWS_CLASSES_H */