7 lines
56 B
C++
7 lines
56 B
C++
#include "testlib.h"
|
|
|
|
float TestLib()
|
|
{
|
|
return 1.0;
|
|
}
|