26 lines
716 B
C++
26 lines
716 B
C++
/*
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Description : wp_edit.hpp
|
|
//
|
|
// Include to use wp_edi
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Creation date: 9 apr 1997 Author: J Thénoz
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Modification date: Author:
|
|
//
|
|
//
|
|
//
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
*/
|
|
|
|
#ifndef wp_edit_def
|
|
#define wp_edit_def
|
|
|
|
|
|
#include "ai_handl.h"
|
|
#include "dnm.h"
|
|
#include "gam.h"
|
|
|
|
#endif |