Removed comment headers
This commit is contained in:
parent
90a4464773
commit
725e6403e6
8
main.cpp
8
main.cpp
@ -1,11 +1,3 @@
|
||||
//
|
||||
// main.cpp
|
||||
// screensaver
|
||||
//
|
||||
// Created by Bob Polis at 2020-10-23
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
// C++
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
@ -1,11 +1,3 @@
|
||||
//
|
||||
// Default.cpp
|
||||
// screensaver
|
||||
//
|
||||
// Created by Bob Polis at 2020-10-26
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#include "Default.hpp"
|
||||
#include <libscscreensaver.hpp>
|
||||
|
||||
|
@ -1,11 +1,3 @@
|
||||
//
|
||||
// Default.hpp
|
||||
// screensaver
|
||||
//
|
||||
// Created by Bob Polis at 2020-10-26
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef _Default_H_
|
||||
#define _Default_H_
|
||||
|
||||
|
@ -1,11 +1,3 @@
|
||||
//
|
||||
// FadingRects.cpp
|
||||
// screensaver
|
||||
//
|
||||
// Created by Bob Polis at 2020-10-26
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#include "FadingRects.hpp"
|
||||
#include <libscscreensaver.hpp>
|
||||
#include <libscnumerics.hpp>
|
||||
|
@ -1,11 +1,3 @@
|
||||
//
|
||||
// FadingRects.hpp
|
||||
// screensaver
|
||||
//
|
||||
// Created by Bob Polis at 2020-10-26
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef _Huey_H_
|
||||
#define _Huey_H_
|
||||
|
||||
|
@ -1,11 +1,3 @@
|
||||
//
|
||||
// Huey.cpp
|
||||
// screensaver
|
||||
//
|
||||
// Created by Bob Polis at 2020-10-26
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#include "Huey.hpp"
|
||||
#include <libscscreensaver.hpp>
|
||||
#include <string>
|
||||
|
@ -1,11 +1,3 @@
|
||||
//
|
||||
// Skembo.hpp
|
||||
// screensaver
|
||||
//
|
||||
// Created by Bob Polis at 2020-10-26
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef _Huey_H_
|
||||
#define _Huey_H_
|
||||
|
||||
|
@ -1,11 +1,3 @@
|
||||
//
|
||||
// Whirling.cpp
|
||||
// Whirling
|
||||
//
|
||||
// Created by Bob Polis at 2021-09-05
|
||||
// Copyright (c) 2021 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#include "Whirling.hpp"
|
||||
#include <libscscreensaver.hpp>
|
||||
#include <vector>
|
||||
|
@ -1,11 +1,3 @@
|
||||
//
|
||||
// Whirling.hpp
|
||||
// Whirling
|
||||
//
|
||||
// Created by Bob Polis at 2021-09-05
|
||||
// Copyright (c) 2021 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef _Whirling_H_
|
||||
#define _Whirling_H_
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user