Dynalib Utils
src
Utilities
IDynaEvent.h
Go to the documentation of this file.
1
//
2
// Created by Ken Kopelson on 26/03/18.
3
//
4
5
#ifndef IDYNAEVENT_H
6
#define IDYNAEVENT_H
7
8
class
IDynaEvent
{
9
public
:
10
virtual
int
getType
() = 0;
11
};
12
13
#endif //IDYNAEVENT_H
IDynaEvent::getType
virtual int getType()=0
IDynaEvent
Definition:
IDynaEvent.h:8
Generated by
1.8.13