mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-14 05:12:25 +08:00
13 lines
198 B
C
13 lines
198 B
C
//
|
|
// Created by almamu on 4/07/18.
|
|
//
|
|
|
|
#ifndef WALLENGINE_NIER_TEST_H
|
|
#define WALLENGINE_NIER_TEST_H
|
|
|
|
extern irr::io::path _example_base_folder;
|
|
|
|
int nier_test ();
|
|
|
|
#endif //WALLENGINE_NIER_TEST_H
|