12 lines
333 B
C++
12 lines
333 B
C++
//-----------------------------------------------------------------------------
|
|
//
|
|
// Primitive functions for REFRast.
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997.
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
#ifndef __PRIMFNS_HPP_
|
|
#define __PRIMFNS_HPP_
|
|
|
|
#endif //__PRIMFNS_HPP_
|