mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
12 lines
177 B
C
12 lines
177 B
C
//
|
|
// Created by almamu on 4/07/18.
|
|
//
|
|
|
|
#ifndef WALLENGINE_NIER_TEST_H
|
|
#define WALLENGINE_NIER_TEST_H
|
|
|
|
void do_decompress ();
|
|
int nier_test ();
|
|
|
|
#endif //WALLENGINE_NIER_TEST_H
|