rename slang_assemble_typeinfo.[ch] to slang_typeinfo.[ch]

This commit is contained in:
Brian
2007-02-02 15:19:58 -07:00
parent 7ace638da2
commit f65091c947
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include "imports.h"
#include "macros.h"
#include "slang_assemble_typeinfo.h"
#include "slang_typeinfo.h"
#include "slang_codegen.h"
#include "slang_compile.h"
#include "slang_storage.h"
+1 -1
View File
@@ -27,7 +27,7 @@
#include "imports.h"
#include "mtypes.h"
#include "slang_assemble_typeinfo.h"
#include "slang_typeinfo.h"
#include "slang_compile_variable.h"
#include "slang_compile_struct.h"
#include "slang_compile_operation.h"
+1 -1
View File
@@ -26,7 +26,7 @@
#define SLANG_STORAGE_H
#include "slang_compile.h"
#include "slang_assemble_typeinfo.h"
#include "slang_typeinfo.h"
#if defined __cplusplus
extern "C" {
+1 -1
View File
@@ -29,7 +29,7 @@
*/
#include "imports.h"
#include "slang_assemble_typeinfo.h"
#include "slang_typeinfo.h"
#include "slang_compile.h"
#include "slang_error.h"
#include "prog_instruction.h"
+1 -1
View File
@@ -166,7 +166,7 @@ SHADER_SOURCES = \
shader/shader_api.c \
SLANG_SOURCES = \
shader/slang/slang_assemble_typeinfo.c \
shader/slang/slang_typeinfo.c \
shader/slang/slang_codegen.c \
shader/slang/slang_compile.c \
shader/slang/slang_compile_function.c \