added huey module, still a copy of skembo

This commit is contained in:
2020-10-29 09:19:17 +01:00
parent d8c1c535f2
commit f075d863fc
4 changed files with 140 additions and 1 deletions

18
huey/Huey.hpp Normal file
View File

@ -0,0 +1,18 @@
//
// Skembo.hpp
// screensaver
//
// Created by Bob Polis at 2020-10-26
// Copyright (c) 2020 SwiftCoder. All rights reserved.
//
#ifndef _Huey_H_
#define _Huey_H_
class ScreensaverPlugin;
extern "C" {
ScreensaverPlugin* create_instance();
}
#endif // _Huey_H_