Kyle's Doxygen Test
This is just a test of Doxygen
Loading...
Searching...
No Matches
src
utility.hpp
Go to the documentation of this file.
1
#ifndef UTILITY_H
2
#define UTILITY_H
3
10
#define MAGIC_NUMBER 1337
11
20
#define MEW2KING 1
21
#define ARMADA 2
22
#define HUNGRYBOX 3
23
#define MANGO 4
24
#define PPMD 5
39
int
square
(
int
x);
40
54
int
multiply
(
int
x,
int
y);
55
65
int
magic
(
int
x);
66
74
int
battleOfTheFiveGods
();
75
76
#endif
// UTILITY_H
magic
int magic(int x)
Function for magic math.
Definition
utility.cpp:11
multiply
int multiply(int x, int y)
Multiplies two numbers.
Definition
utility.cpp:7
square
int square(int x)
Squares a number.
Definition
utility.cpp:3
battleOfTheFiveGods
int battleOfTheFiveGods()
Multiplies all the gods together.
Definition
utility.cpp:15
Generated by
1.9.7