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()
|
|
{
|
|
} |