9 lines
No EOL
148 B
C
9 lines
No EOL
148 B
C
#ifndef _H_WEAPONS_H
|
|
#define _H_WEAPONS_H
|
|
|
|
// Include directives for weapons folder
|
|
|
|
#include "weapon.h"
|
|
#include "bullet.h"
|
|
|
|
#endif // _H_WEAPONS_H
|