mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
7 lines
69 B
C++
7 lines
69 B
C++
#include "libcxx2.h"
|
|
|
|
float LibCxx2Class::Method()
|
|
{
|
|
return 1.0;
|
|
}
|