10 lines
185 B
C++
10 lines
185 B
C++
// StaticLib1.cpp : Defines the functions for the static library.
|
|
//
|
|
|
|
#include "pch.h"
|
|
#include "framework.h"
|
|
|
|
// TODO: This is an example of a library function
|
|
void fnStaticLib1()
|
|
{
|
|
}
|