File: pcompactobject.h

package info (click to toggle)
psyco 1.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,316 kB
  • ctags: 3,217
  • sloc: ansic: 23,466; python: 5,142; perl: 1,570; makefile: 165; sh: 88
file content (18 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 /***************************************************************/
/***              Meta-version of compactobject.h              ***/
 /***************************************************************/

#ifndef _PSY_COMPACTOBJECT_H
#define _PSY_COMPACTOBJECT_H


#include "pobject.h"
#include "pabstract.h"


/***************************************************************/
 /* virtual compact objects.                                    */
/*EXTERNFN vinfo_t* PsycoCompact_New(PsycoObject* po);
  XXX to do */

#endif /* _PSY_COMPACTOBJECT_H */