mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
been wanting to rename edit.i into render.i just about forever
This commit is contained in:
parent
b4867481f4
commit
c7949bd56a
8 changed files with 10 additions and 19 deletions
|
@ -21,7 +21,7 @@ volatile string netloc;
|
|||
#ifndef NEW_RENDER
|
||||
# define NEW_RENDER
|
||||
#endif
|
||||
#include "edit.i"
|
||||
#include "render.i"
|
||||
|
||||
// this is completely anti-psyc. it should take mcs as arguments
|
||||
// and look up the actual message from textdb.. FIXME
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
// vim:foldmethod=marker:syntax=lpc:noexpandtab
|
||||
// $Id: edit.i,v 1.8 2008/02/19 16:28:41 lynx Exp $
|
||||
|
||||
#include "../psyc/edit.i"
|
4
world/net/spyc/render.i
Normal file
4
world/net/spyc/render.i
Normal file
|
@ -0,0 +1,4 @@
|
|||
// vim:foldmethod=marker:syntax=lpc:noexpandtab
|
||||
// $Id: render.i,v 1.8 2008/02/19 16:28:41 lynx Exp $
|
||||
|
||||
#include "../psyc/render.i"
|
Loading…
Add table
Add a link
Reference in a new issue