renamed module directories
This commit is contained in:
18
modules/Huey/Huey.hpp
Normal file
18
modules/Huey/Huey.hpp
Normal 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_
|
||||
Reference in New Issue
Block a user