Xyris
0.5
spinner.hpp
Go to the documentation of this file.
1
/**
2
* @file spinner.hpp
3
* @author Keeton Feavel (
[email protected]
)
4
* @brief Kernel spinner task
5
* @version 0.1
6
* @date 2021-06-05
7
*
8
* @copyright Copyright the Xyris Contributors (c) 2021
9
*
10
*/
11
#pragma once
12
13
namespace
Apps
{
14
15
/**
16
* @brief Starts a spinner in an infinite loop.
17
*
18
*/
19
void
spinner
(
void
);
20
21
}
Apps
Definition:
animation.cpp:14
Apps::spinner
void spinner(void)
Starts a spinner in an infinite loop.
Definition:
spinner.cpp:16
Kernel
Applications
spinner.hpp
Generated by
1.8.17