-
Oliver Sander authored
In particular, replace compiler.h by ugtypes, architecture.h, and ugtime.h. The stuff in compiler.h will from now on be handled by config.h and friends exclusively.
Oliver Sander authoredIn particular, replace compiler.h by ugtypes, architecture.h, and ugtime.h. The stuff in compiler.h will from now on be handled by config.h and friends exclusively.
pv3if.h 1.49 KiB
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
/****************************************************************************/
/* */
/* File: pv3if.h */
/* */
/* Purpose: Interface to pV3 */
/* */
/* Author: Michael Lampe */
/* IWR Uni Heidelberg */
/* Im Neuenheimer Feld 368 */
/* 69120 Heidelberg */
/* Email: Michael.Lampe@iwr.uni-heidelberg.de */
/* */
/* History: 20030130 begin, ug3.8 */
/* */
/* Remarks: */
/* */
/****************************************************************************/
#ifndef __PV3IF__
#define __PV3IF__
#include "ugtypes.h"
INT InitPV3(void);
#endif