21 lines
359 B
C++
21 lines
359 B
C++
/*
|
|
Copyright (C) 2005-2006 Feeling Software Inc.
|
|
Available only to licensees.
|
|
Distribution of this file or its content is strictly prohibited.
|
|
*/
|
|
|
|
#ifndef _STDAFX_H_
|
|
#define _STDAFX_H_
|
|
|
|
// FCollada
|
|
#include "FCollada.h"
|
|
#include "FUtils/FUAssert.h"
|
|
|
|
// STL
|
|
#include <iostream>
|
|
|
|
// FColladaTest
|
|
#include "FCTest.h"
|
|
|
|
#endif // _STDAFX_H_
|