Skip to content

Commit

Permalink
missed commiting this
Browse files Browse the repository at this point in the history
  • Loading branch information
aconstlink committed Feb 16, 2024
1 parent 6d45fbc commit e6751ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions graphics/frontend/gen4/frontend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ namespace motor
virtual ~frontend( void_t ) noexcept
{}

bool_t has_commands( void_t ) const noexcept
{
return _re->can_execute() ;
}

public:

template< typename T >
Expand Down

0 comments on commit e6751ee

Please sign in to comment.