OSDN Git Service

updated copyright. i am not dead just busy. i am working more on wolfenstien 3d and...
[proj16/16.git] / src / lib / 16_enti.h
index d317957..e43121b 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~
- * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover
+ * Copyright (C) 2012-2020 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover
  *
  * This file is part of Project 16.
  *
@@ -45,6 +45,6 @@
 // } entity_t;
 
 void EN_initentity(entity_t *enti, video_t *video);
-void EN_initplayer(player_t *player, word pn, video_t *video);
+void EN_initPlayer(player_t *player, video_t *video);
 
 #endif