mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 09:50:06 +00:00
12 lines
213 B
C
12 lines
213 B
C
/*
|
|
Copyright (C) 2005-2006 Feeling Software Inc.
|
|
MIT License: http://www.opensource.org/licenses/mit-license.php
|
|
*/
|
|
|
|
#ifndef _STDAFX_H_
|
|
#define _STDAFX_H_
|
|
|
|
#include "FCollada.h"
|
|
|
|
#endif // _STDAFX_H_
|