File: Tricks.hpp

package info (click to toggle)
hyprtoolkit 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,664 kB
  • sloc: cpp: 11,582; xml: 337; sh: 17; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
6
7
#pragma once

namespace Hyprtoolkit::Tests::Tricks {

    // doesn't make a backend but initializes needed stuff for elements to work
    void createBackendSupport();
};