Cleaned up the code
This commit is contained in:
parent
0737ed92a8
commit
bb8bc40c13
|
@ -1,5 +1,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include "include/print.h"
|
||||||
|
#include "include/sleep.h"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
class Title{
|
class Title{
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#include "include/title.h"
|
#include "include/title.h"
|
||||||
#include "include/print.h"
|
|
||||||
#include "include/sleep.h"
|
|
||||||
|
|
||||||
void Title::mainTitle(){
|
void Title::mainTitle(){
|
||||||
int time = 700;
|
int time = 700;
|
||||||
|
|
Loading…
Reference in New Issue