1 /* |
1 /* |
2 Copyright (c) 2013-2014, Santeri Piippo |
2 Copyright (c) 2012-2014, Santeri Piippo |
3 All rights reserved. |
3 All rights reserved. |
4 |
4 |
5 Redistribution and use in source and binary forms, with or without |
5 Redistribution and use in source and binary forms, with or without |
6 modification, are permitted provided that the following conditions are met: |
6 modification, are permitted provided that the following conditions are met: |
7 |
7 |
30 |
30 |
31 #ifndef BOTC_STRINGTABLE_H |
31 #ifndef BOTC_STRINGTABLE_H |
32 #define BOTC_STRINGTABLE_H |
32 #define BOTC_STRINGTABLE_H |
33 |
33 |
34 #include "main.h" |
34 #include "main.h" |
35 #include "bots.h" |
|
36 |
35 |
37 int get_string_table_index(const string& a); |
36 int get_string_table_index (const string& a); |
38 const string_list& get_string_table(); |
37 const string_list& get_string_table(); |
39 int num_strings_in_table(); |
38 int num_strings_in_table(); |
40 |
39 |
41 #endif // BOTC_STRINGTABLE_H |
40 #endif // BOTC_STRINGTABLE_H |