summaryrefslogtreecommitdiff
path: root/src/luma/app_t/dbgmsgf.cc
blob: fe0631c0fe516239d39a0cd03943fea65ec02d95 (plain) (blame)
1
2
3
4
5
6
# include <luma/main.hh>
void luma::app_t::dbgmsgf(char const * msg) {
	if constexpr(debug) {
		this->msgferr(msg);
	}
}