23 lines
368 B
C++
23 lines
368 B
C++
#pragma once
|
|
|
|
|
|
#include "Max.h"
|
|
#include "stdmat.h"
|
|
#include "resource.h"
|
|
#include "istdplug.h"
|
|
#include "iparamb2.h"
|
|
#include "iparamm2.h"
|
|
#include "decomp.h"
|
|
|
|
#include "phyexp.h"
|
|
#include "bipexp.h"
|
|
#include "plugapi.h"
|
|
#include "ISkin.h"
|
|
|
|
#include <vector>
|
|
#include <algorithm>
|
|
|
|
#include <d3dx9.h>
|
|
|
|
#pragma warning( disable:4819 )
|
|
#pragma warning( disable:4996 )
|