mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
11 lines
269 B
C++
11 lines
269 B
C++
/*
|
|
* Copyright (C) 2005-2006 Feeling Software Inc
|
|
* MIT License: http://www.opensource.org/licenses/mit-license.php
|
|
*/
|
|
|
|
// This file contains just a dummy to force MSVC to generate an output for
|
|
// this project, using the correct FCollada library.
|
|
|
|
void Dummy()
|
|
{
|
|
} |