mirror of
https://github.com/MaJerle/lwbtn.git
synced 2026-02-09 06:32:40 +08:00
19 lines
317 B
C
19 lines
317 B
C
/**
|
|
* \file test.h
|
|
* \author Tilen MAJERLE <tilen@majerle.eu>
|
|
* \brief
|
|
* \version 0.1
|
|
* \date 2025-03-21
|
|
*
|
|
* @copyright Copyright (c) 2025
|
|
*
|
|
*/
|
|
#ifndef TEST_HDR_H
|
|
#define TEST_HDR_H
|
|
|
|
#include "lwbtn/lwbtn.h"
|
|
|
|
int test_win32(void);
|
|
|
|
#endif /* TEST_HDR_H */
|