rayzor

diff src/object.h @ 1:a826bf0fb169

fixed line endings
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 05 Apr 2014 09:05:26 +0300
parents 2a5340a6eee4
children a68dbf80d547
line diff
     1.1 --- a/src/object.h	Sat Apr 05 08:46:27 2014 +0300
     1.2 +++ b/src/object.h	Sat Apr 05 09:05:26 2014 +0300
     1.3 @@ -1,20 +1,20 @@
     1.4 -#ifndef OBJECT_H_
     1.5 -#define OBJECT_H_
     1.6 -
     1.7 -class Object {
     1.8 -public:
     1.9 -	Object();
    1.10 -	virtual ~Object();
    1.11 -
    1.12 -	virtual void draw() const = 0;
    1.13 -};
    1.14 -
    1.15 -class Sphere {
    1.16 -public:
    1.17 -	Sphere();
    1.18 -	~Sphere();
    1.19 -
    1.20 -	void draw() const;
    1.21 -};
    1.22 -
    1.23 -#endif	// OBJECT_H_
    1.24 +#ifndef OBJECT_H_
    1.25 +#define OBJECT_H_
    1.26 +
    1.27 +class Object {
    1.28 +public:
    1.29 +	Object();
    1.30 +	virtual ~Object();
    1.31 +
    1.32 +	virtual void draw() const = 0;
    1.33 +};
    1.34 +
    1.35 +class Sphere {
    1.36 +public:
    1.37 +	Sphere();
    1.38 +	~Sphere();
    1.39 +
    1.40 +	void draw() const;
    1.41 +};
    1.42 +
    1.43 +#endif	// OBJECT_H_