mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
dd16af0df5
Former-commit-id: ef02f164eaf3c2f9dd552c1c17b525cf6eed499c
11 lines
155 B
C++
11 lines
155 B
C++
|
|
// Local-Hyperion includes
|
|
#include <hyperion/BlackBorderDetector.h>
|
|
|
|
using namespace hyperion;
|
|
|
|
BlackBorderDetector::BlackBorderDetector()
|
|
{
|
|
// empty
|
|
}
|