9 lines
116 B
C++
9 lines
116 B
C++
#pragma once
|
|
#ifndef _FASTDELEGATE_H
|
|
#define _FASTDELEGATE_H
|
|
|
|
#include "delegate.hpp"
|
|
#include "signal.hpp"
|
|
|
|
#endif
|