mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
@ -27,9 +27,9 @@
|
||||
|
||||
namespace Scout {
|
||||
|
||||
typedef Genode::Point<> Point;
|
||||
typedef Genode::Area<> Area;
|
||||
typedef Genode::Rect<> Rect;
|
||||
using Point = Genode::Point<>;
|
||||
using Area = Genode::Area<>;
|
||||
using Rect = Genode::Rect<>;
|
||||
|
||||
class Platform;
|
||||
}
|
||||
|
Reference in New Issue
Block a user