mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 13:40:13 +00:00
9 lines
137 B
C++
9 lines
137 B
C++
#ifndef EXTRA_CALLBACK_DATA_HPP
|
|
#define EXTRA_CALLBACK_DATA_HPP
|
|
|
|
struct ExtraCallbackData{
|
|
virtual ~ExtraCallbackData() { }
|
|
};
|
|
|
|
#endif
|