mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Allow passing args to UWP app from command line
This commit is contained in:
parent
0feb16fe8d
commit
7737610870
9 changed files with 34 additions and 23 deletions
|
@ -43,7 +43,7 @@ protected:
|
|||
|
||||
class Servo {
|
||||
public:
|
||||
Servo(hstring, GLsizei, GLsizei, float, ServoDelegate &);
|
||||
Servo(hstring, hstring, GLsizei, GLsizei, float, ServoDelegate &);
|
||||
~Servo();
|
||||
ServoDelegate &Delegate() { return mDelegate; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue