I tried splitting up the sources to speed up some compiling... but it didn't help. I dunno that it's more readable this way. I'm checkpointing this just in case.
9 lines
192 B
C++
9 lines
192 B
C++
#pragma once
|
|
|
|
#include <filesystem>
|
|
#include "MouseWheelSlider.h"
|
|
|
|
void adjustBrightness( MouseWheelSlider *, void * );
|
|
|
|
int getBacklightPercent( const std::filesystem::path &backlightPath );
|