My Project
 
Loading...
Searching...
No Matches
archs.h
Go to the documentation of this file.
1#pragma once
2
3#include "component.h"
4
5class SkinnedBlock;
6
7class Archs :public Component
8{
9private:
10 static const int SCROLL_SPEED = 20;
11
12 SkinnedBlock* _arcsBg;
13 SkinnedBlock* _arcsFg;
14
15 static float _offsB;
16 static float _offsF;
17
18public:
20
21 void update();
22
23 Archs();
24protected:
25 void createChildren();
26 void layout();
27};
void createChildren()
Definition archs.cpp:16
Archs()
Definition archs.cpp:10
void update()
Definition archs.cpp:39
void layout()
Definition archs.cpp:30
bool reversed
Definition archs.h:19