mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-07 17:26:45 +08:00
9 lines
119 B
C++
9 lines
119 B
C++
#ifndef _HELPER_H_
|
|
#define _HELPER_H_
|
|
|
|
#include "shared.h"
|
|
|
|
void print(Channel channel);
|
|
|
|
#endif // #ifndef _HELPER_H_
|