Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 42697 | Differences between
and this patch

Collapse All | Expand All

(-)cosmos/cosmoscast.h (+2 lines)
Lines 36-41 Link Here
36
#define CHASE   1
36
#define CHASE   1
37
#define SCRIPTS 2
37
#define SCRIPTS 2
38
38
39
using namespace std;
40
39
class CCast {
41
class CCast {
40
 public:
42
 public:
41
	CCast(CCosmos *cosmos,CScript *script);
43
	CCast(CCosmos *cosmos,CScript *script);
(-)cosmos/cosmos.cpp (-3 / +2 lines)
Lines 28-36 Link Here
28
#include <X11/Xutil.h>
28
#include <X11/Xutil.h>
29
#include <limits.h>
29
#include <limits.h>
30
30
31
#include "stream.h"
32
33
34
#ifdef HAVE_XSHM_EXTENSION
31
#ifdef HAVE_XSHM_EXTENSION
35
# include "xshm.h"
32
# include "xshm.h"
36
#endif /* HAVE_XSHM_EXTENSION */
33
#endif /* HAVE_XSHM_EXTENSION */
Lines 52-57 Link Here
52
49
53
}
50
}
54
51
52
#include <iostream>
53
55
#include "cosmos.h"
54
#include "cosmos.h"
56
#include "chasescript.h"
55
#include "chasescript.h"
57
#include "explodescript.h"
56
#include "explodescript.h"
(-)cosmos/cosmos.h (+2 lines)
Lines 36-41 Link Here
36
#include "cosmoscast.h"
36
#include "cosmoscast.h"
37
#include <vector>
37
#include <vector>
38
38
39
using namespace std;
40
39
class CCosmos
41
class CCosmos
40
{
42
{
41
 public:
43
 public:
(-)cosmos/points.h (+2 lines)
Lines 22-27 Link Here
22
22
23
#include <vector>
23
#include <vector>
24
24
25
using namespace std;
26
25
class CPoint {
27
class CPoint {
26
 public:
28
 public:
27
 	float x;
29
 	float x;

Return to bug 42697