renamed module directories

This commit is contained in:
Bob Polis
2021-01-26 15:55:03 +01:00
parent 0a91557bd5
commit 86105aa0af
9 changed files with 0 additions and 0 deletions

18
modules/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_