Last change
on this file since 2435 was
2354,
checked in by sam, 7 years ago
|
base: move headers around and promote gpu/ to lol/gpu/.
|
-
Property svn:keywords set to
Id
|
File size:
613 bytes
|
Line | |
---|
1 | // |
---|
2 | // Lol Engine |
---|
3 | // |
---|
4 | // Copyright: (c) 2010-2013 Sam Hocevar <sam@hocevar.net> |
---|
5 | // This program is free software; you can redistribute it and/or |
---|
6 | // modify it under the terms of the Do What The Fuck You Want To |
---|
7 | // Public License, Version 2, as published by Sam Hocevar. See |
---|
8 | // http://www.wtfpl.net/ for more details. |
---|
9 | // |
---|
10 | |
---|
11 | #if !defined __LOL_BASE_BASE_H__ |
---|
12 | #define __LOL_BASE_BASE_H__ |
---|
13 | |
---|
14 | #include <lol/base/types.h> |
---|
15 | #include <lol/base/log.h> |
---|
16 | #include <lol/base/assert.h> |
---|
17 | #include <lol/base/array.h> |
---|
18 | #include <lol/base/string.h> |
---|
19 | #include <lol/base/hash.h> |
---|
20 | #include <lol/base/map.h> |
---|
21 | |
---|
22 | #endif // __LOL_BASE_BASE_H__ |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.