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