11 lines
216 B
C++
11 lines
216 B
C++
// MenuLib.cpp : Hiermit werden die Funktionen für die statische Bibliothek definiert.
|
|
//
|
|
|
|
#include "pch.h"
|
|
#include "framework.h"
|
|
|
|
// TODO: Dies ist ein Beispiel für eine Bibliotheksfunktion.
|
|
void fnMenuLib()
|
|
{
|
|
}
|