Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
OIS
Commits
685d7719
Commit
685d7719
authored
Oct 06, 2013
by
Ben Hymers
Browse files
Remove unnecessary 'class' keyword
parent
080f90fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
includes/OISEffect.h
includes/OISEffect.h
+3
-3
No files found.
includes/OISEffect.h
View file @
685d7719
...
@@ -211,7 +211,7 @@ namespace OIS
...
@@ -211,7 +211,7 @@ namespace OIS
public:
public:
ConstantEffect
()
:
level
(
5000
)
{}
ConstantEffect
()
:
level
(
5000
)
{}
class
Envelope
envelope
;
//Optional envolope
Envelope
envelope
;
//Optional envolope
signed
short
level
;
//-10K to +10k
signed
short
level
;
//-10K to +10k
};
};
...
@@ -224,7 +224,7 @@ namespace OIS
...
@@ -224,7 +224,7 @@ namespace OIS
public:
public:
RampEffect
()
:
startLevel
(
0
),
endLevel
(
0
)
{}
RampEffect
()
:
startLevel
(
0
),
endLevel
(
0
)
{}
class
Envelope
envelope
;
//Optional envelope
Envelope
envelope
;
//Optional envelope
signed
short
startLevel
;
//-10K to +10k
signed
short
startLevel
;
//-10K to +10k
signed
short
endLevel
;
//-10K to +10k
signed
short
endLevel
;
//-10K to +10k
};
};
...
@@ -238,7 +238,7 @@ namespace OIS
...
@@ -238,7 +238,7 @@ namespace OIS
public:
public:
PeriodicEffect
()
:
magnitude
(
0
),
offset
(
0
),
phase
(
0
),
period
(
0
)
{}
PeriodicEffect
()
:
magnitude
(
0
),
offset
(
0
),
phase
(
0
),
period
(
0
)
{}
class
Envelope
envelope
;
//Optional Envelope
Envelope
envelope
;
//Optional Envelope
unsigned
short
magnitude
;
//0 to 10,0000
unsigned
short
magnitude
;
//0 to 10,0000
signed
short
offset
;
signed
short
offset
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment