Krig Game Engine
Loading...
Searching...
No Matches
src
ObjectList.h
Go to the documentation of this file.
1
7
#ifndef _OBJECT_LIST_H_
8
#define _OBJECT_LIST_H_
9
10
#include "
ObjectNode.h
"
11
#include "constants.h"
12
13
class
ObjectList {
14
public
:
15
ObjectList();
16
~ObjectList();
17
18
void
insertFront(
ObjectNode
*);
19
void
remove(
ObjectNode
*);
20
21
ObjectNode
* head;
22
int
size;
23
};
24
25
#endif
ObjectNode.h
A game object link in the game list linked list.
ObjectNode
Definition
ObjectNode.h:11
Generated on
for Krig Game Engine by
1.16.1