Project cleanup. From now on will use vs code
This commit is contained in:
7
main.cpp
7
main.cpp
@@ -1,5 +1,4 @@
|
||||
#include <SDL.h>
|
||||
#include <SDL_mixer.h>
|
||||
#include <SDL2/SDL.h>
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "stb_image.h"
|
||||
#include "font.h"
|
||||
@@ -599,9 +598,9 @@ void DoMiniMap() {
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
const int len = strlen(argv[0])-30;
|
||||
/*const int len = strlen(argv[0])-30;
|
||||
memcpy(path, argv[0], len);
|
||||
path[len] = '\0';
|
||||
path[len] = '\0';*/
|
||||
Init();
|
||||
|
||||
while (!Update()) {
|
||||
|
||||
Reference in New Issue
Block a user