7 lines
211 B
C++
7 lines
211 B
C++
|
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||
|
|
|
||
|
|
|
||
|
|
#include "TangibleInterface.h"
|
||
|
|
|
||
|
|
// Add default functionality here for any ITangibleInterface functions that are not pure virtual.
|