This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
kolja
/
Asteroids-Online-Client
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
e41f591708
Branche
Tagy
master
Asteroids-Onlin...
/
Asteroids
/
Editor
/
Abstract
/
View.cpp
View.cpp
103 B
História
Raw
1
2
3
4
5
6
7
8
9
10
11
12
#
include
"View.h"
View::View()
{
ref =
1
;
}
View *
View::getThis
()
{
ref++;
return
this
;
}