eDosStation/StaticLib1/StaticLib1.cpp

11 lines
195 B
C++
Raw Normal View History

2024-09-12 15:47:08 +02:00
// 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()
{
}